#42BFFD

Color #42BFFD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #42BFFD

Tints of Summer Sky #42BFFD

Color information

#42BFFD (or 0x42BFFD) is unknown color: approx Summer Sky. HEX triplet: 42, BF and FD. RGB value is (66,191,253). Sum of RGB (Red+Green+Blue) = 66+191+253=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #42BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFFD is #BD4002. Grayscale: #A0A0A0. Windows color (decimal): -12402691 or 16629570. OLE color: 16629570.

HSL color Cylindrical-coordinate representation of color #42BFFD: hue angle of 199.89º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42BFFD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66191253-
CMYK0.740.2500.01
HSL199.89º97.91%62.55%-
HSV(B)199.89º73.91%99.22%-
XYZ38.6145.5199.68-
YUV160.69180.0960.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 12.94%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=12.94%
G=37.45%
B=49.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal661912530.740.2500.01199.8997.9162.55
Hex42BFFD4A1901c8623f
Octal102277375112310131014277
Binary1000010101111111111110110010101100101110010001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42BFFD; }

 p { color: rgb(66,191,253); }

 H1.HeaderClassName
 {
   color: #42BFFD;
 }
 .AnyTagClassName
 {
   color: #42BFFD;
 }
</style>
background-color css

<style>
 a { background-color: #42BFFD; }

 a { background-color: rgb(66,191,253); }

 div.DivClassName
 {
   background-color: #42BFFD;
 }
 .BgClassName
 {
   background-color: #42BFFD;
 }
</style>
border-color css

<style>
 span { border-color: #42BFFD; }

 span { border-color: rgb(66,191,253); }

 td.TdClassName
 {
   border-color: #42BFFD;
 }
 .TagClassName
 {
   border-color: #42BFFD;
 }
</style>