#42F2FF

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

Shades of Baby Blue #42F2FF

Tints of Baby Blue #42F2FF

Color information

#42F2FF (or 0x42F2FF) is unknown color: approx Baby Blue. HEX triplet: 42, F2 and FF. RGB value is (66,242,255). Sum of RGB (Red+Green+Blue) = 66+242+255=563 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.72% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #42F2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F2FF is #BD0D00. Grayscale: #BEBEBE. Windows color (decimal): -12389633 or 16773698. OLE color: 16773698.

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

Color convert

RGB66242255-
CMYK0.740.0500
HSL184.13º100%62.94%-
HSV(B)184.13º74.12%100%-
XYZ52.0571.88105.74-
YUV190.86164.1938.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.72%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 255 (100% from 255) = 45.29%
R=11.72%
G=42.98%
B=45.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal662422550.740.0500184.1310062.94
Hex42F2FF4A500b8643f
Octal10236237711250027014477
Binary10000101111001011111111100101010100101110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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