Html Css Color HEX #42FBF9 Baby Blue

📋 copy color: '#42FBF9'

red 66 ◦ green 251 ◦ blue 249

#42FBF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #42FBF9

Tints of Baby Blue #42FBF9

RGB

 RED value IS 66 (26.17% from 255) = 11.66%

 GREEN value IS 251 (98.44% from 255) = 44.35%

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 11.66%
G = 44.35%
B = 43.99%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#42FBF9 (or 0x42FBF9) is known color: Baby Blue. HEX triplet: 42, FB and F9. RGB value is (66,251,249). Sum of RGB (Red+Green+Blue) = 66+251+249=566 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.66% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBF9 is #BD0406. Grayscale: #C3C3C3. Windows color (decimal): -12387335 or 16382786. OLE color: 16382786.

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

Color convert

RGB 66 251 249 -
CMYK 0.74 0 0.01 0.02
HSL 179.35º 0.96% 0.62% -
HSV(B) 179.35º 0.74% 0.98% -
XYZ 53.84 76.99 101.65 -
YUV 195.46 158.21 35.66 -
System Red Green Blue C M Y K H S L
Decimal 66 251 249 0.74 0 0.01 0.02 179.35 0.96 0.62
Hex 42 FB F9 4A 0 1 2 B3 60 3E
Octal 102 373 371 112 0 1 2 263 140 76
Binary 1000010 11111011 11111001 1001010 0 1 10 10110011 1100000 111110

Color Harmonies of #42FBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBF9

Black with #42FBF9

Text Example


Text Example

White with #42FBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42FBF9;
 }
 .AnyTagClassName
 {
   color: #42FBF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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