#42FBFA

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

Shades of Baby Blue #42FBFA

Tints of Baby Blue #42FBFA

Color information

#42FBFA (or 0x42FBFA) is unknown color: approx Baby Blue. HEX triplet: 42, FB and FA. RGB value is (66,251,250). Sum of RGB (Red+Green+Blue) = 66+251+250=567 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.64% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBFA is #BD0405. Grayscale: #C3C3C3. Windows color (decimal): -12387334 or 16448322. OLE color: 16448322.

HSL color Cylindrical-coordinate representation of color #42FBFA: hue angle of 179.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBFA is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB66251250-
CMYK0.7400.000.02
HSL179.68º95.85%62.16%-
HSV(B)179.68º73.71%98.43%-
XYZ5477.05102.47-
YUV195.57158.7135.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 11.64%
GREEN value IS 251 (98.44% from 255) = 44.27%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=11.64%
G=44.27%
B=44.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662512500.7400.000.02179.6895.8562.16
Hex42FBFA4A002b4603e
Octal10237337211200226414076
Binary1000010111110111111101010010100010101101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,251,250); }

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

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

 a { background-color: rgb(66,251,250); }

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

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

 span { border-color: rgb(66,251,250); }

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