#42BDF7

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

Shades of Summer Sky #42BDF7

Tints of Summer Sky #42BDF7

Color information

#42BDF7 (or 0x42BDF7) is unknown color: approx Summer Sky. HEX triplet: 42, BD and F7. RGB value is (66,189,247). Sum of RGB (Red+Green+Blue) = 66+189+247=502 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.15% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #42BDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BDF7 is #BD4208. Grayscale: #9E9E9E. Windows color (decimal): -12403209 or 16235842. OLE color: 16235842.

HSL color Cylindrical-coordinate representation of color #42BDF7: hue angle of 199.23º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42BDF7 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB66189247-
CMYK0.730.2300.03
HSL199.23º91.88%61.37%-
HSV(B)199.23º73.28%96.86%-
XYZ37.2344.2794.58-
YUV158.83177.7561.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.15%
GREEN value IS 189 (74.22% from 255) = 37.65%
BLUE value IS 247 (96.88% from 255) = 49.20%
R=13.15%
G=37.65%
B=49.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal661892470.730.2300.03199.2391.8861.37
Hex42BDF7491703c75c3d
Octal102275367111270330713475
Binary10000101011110111110111100100110111011110001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,189,247); }

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

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

 a { background-color: rgb(66,189,247); }

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

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

 span { border-color: rgb(66,189,247); }

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