#42F6FD

Color #42F6FD Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #42F6FD

Tints of Baby Blue #42F6FD

Color information

#42F6FD (or 0x42F6FD) is unknown color: approx Baby Blue. HEX triplet: 42, F6 and FD. RGB value is (66,246,253). Sum of RGB (Red+Green+Blue) = 66+246+253=565 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.68% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #42F6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F6FD is #BD0902. Grayscale: #C0C0C0. Windows color (decimal): -12388611 or 16643650. OLE color: 16643650.

HSL color Cylindrical-coordinate representation of color #42F6FD: hue angle of 182.25º 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 #42F6FD is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB66246253-
CMYK0.740.0300.01
HSL182.25º97.91%62.55%-
HSV(B)182.25º73.91%99.22%-
XYZ52.9374.16104.45-
YUV192.98161.8737.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.68%
GREEN value IS 246 (96.48% from 255) = 43.54%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=11.68%
G=43.54%
B=44.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662462530.740.0300.01182.2597.9162.55
Hex42F6FD4A301b6623f
Octal10236637511230126614277
Binary1000010111101101111110110010101101101101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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