Html Css Color HEX #42FAFF Baby Blue

📋 copy color: '#42FAFF'

red 66 ◦ green 250 ◦ blue 255

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

Shades of Baby Blue #42FAFF

Tints of Baby Blue #42FAFF

RGB

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

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

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

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

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 66 250 255 -
CMYK 0.74 0.02 0 0
HSL 181.59º 1% 0.63% -
HSV(B) 181.59º 0.74% 1% -
XYZ 54.48 76.75 106.55 -
YUV 195.55 161.54 35.59 -
System Red Green Blue C M Y K H S L
Decimal 66 250 255 0.74 0.02 0 0 181.59 1 0.63
Hex 42 FA FF 4A 2 0 0 B6 64 3F
Octal 102 372 377 112 2 0 0 266 144 77
Binary 1000010 11111010 11111111 1001010 10 0 0 10110110 1100100 111111

Color Harmonies of #42FAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FAFF

Black with #42FAFF

Text Example


Text Example

White with #42FAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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