#42BBF0

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

Shades of Summer Sky #42BBF0

Tints of Summer Sky #42BBF0

Color information

#42BBF0 (or 0x42BBF0) is unknown color: approx Summer Sky. HEX triplet: 42, BB and F0. RGB value is (66,187,240). Sum of RGB (Red+Green+Blue) = 66+187+240=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 240 (94.14% from 255 or 48.68% from 493); Max value from RGB is 240 - color contains mainly: blue. Hex color #42BBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BBF0 is #BD440F. Grayscale: #9C9C9C. Windows color (decimal): -12403728 or 15776578. OLE color: 15776578.

HSL color Cylindrical-coordinate representation of color #42BBF0: hue angle of 198.28º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BBF0 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66187240-
CMYK0.720.2200.06
HSL198.28º85.29%60%-
HSV(B)198.28º72.5%94.12%-
XYZ35.7542.9988.85-
YUV156.86174.9163.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.39%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 240 (94.14% from 255) = 48.68%
R=13.39%
G=37.93%
B=48.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661872400.720.2200.06198.2885.2960
Hex42BBF0481606c6553c
Octal102273360110260630612574
Binary100001010111011111100001001000101100110110001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,240); }

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

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

 a { background-color: rgb(66,187,240); }

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

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

 span { border-color: rgb(66,187,240); }

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