Html Css Color HEX #42FFFA Baby Blue

📋 copy color: '#42FFFA'

red 66 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #42FFFA

Tints of Baby Blue #42FFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 44.66%

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 11.56%
G = 44.66%
B = 43.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#42FFFA (or 0x42FFFA) is known color: Baby Blue. HEX triplet: 42, FF and FA. RGB value is (66,255,250). Sum of RGB (Red+Green+Blue) = 66+255+250=571 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.56% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFFA is #BD0005. Grayscale: #C5C5C5. Windows color (decimal): -12386310 or 16449346. OLE color: 16449346.

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

Color convert

RGB 66 255 250 -
CMYK 0.74 0 0.02 0
HSL 178.41º 1% 0.63% -
HSV(B) 178.41º 0.74% 1% -
XYZ 55.26 79.58 102.89 -
YUV 197.92 157.38 33.91 -
System Red Green Blue C M Y K H S L
Decimal 66 255 250 0.74 0 0.02 0 178.41 1 0.63
Hex 42 FF FA 4A 0 2 0 B2 64 3F
Octal 102 377 372 112 0 2 0 262 144 77
Binary 1000010 11111111 11111010 1001010 0 10 0 10110010 1100100 111111

Color Harmonies of #42FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FFFA

Black with #42FFFA

Text Example


Text Example

White with #42FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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