#42BFFF

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

Shades of Summer Sky #42BFFF

Tints of Summer Sky #42BFFF

Color information

#42BFFF (or 0x42BFFF) is unknown color: approx Summer Sky. HEX triplet: 42, BF and FF. RGB value is (66,191,255). Sum of RGB (Red+Green+Blue) = 66+191+255=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #42BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BFFF is #BD4000. Grayscale: #A0A0A0. Windows color (decimal): -12402689 or 16760642. OLE color: 16760642.

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

Color convert

RGB66191255-
CMYK0.740.2500
HSL200.32º100%62.94%-
HSV(B)200.32º74.12%100%-
XYZ38.9345.64101.37-
YUV160.92181.0960.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.89%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 255 (100% from 255) = 49.80%
R=12.89%
G=37.30%
B=49.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal661912550.740.2500200.3210062.94
Hex42BFFF4A1900c8643f
Octal102277377112310031014477
Binary1000010101111111111111110010101100100110010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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