Html Css Color HEX #42F8FF Baby Blue

📋 copy color: '#42F8FF'

red 66 ◦ green 248 ◦ blue 255

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

Shades of Baby Blue #42F8FF

Tints of Baby Blue #42F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.59%

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

R = 11.6%
G = 43.59%
B = 44.82%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42F8FF (or 0x42F8FF) is known color: Baby Blue. HEX triplet: 42, F8 and FF. RGB value is (66,248,255). Sum of RGB (Red+Green+Blue) = 66+248+255=569 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.60% from 569); Green value is 248 (97.27% from 255 or 43.59% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #42F8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F8FF is #BD0700. Grayscale: #C2C2C2. Windows color (decimal): -12388097 or 16775234. OLE color: 16775234.

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

Color convert

RGB 66 248 255 -
CMYK 0.74 0.03 0 0
HSL 182.22º 1% 0.63% -
HSV(B) 182.22º 0.74% 1% -
XYZ 53.86 75.51 106.34 -
YUV 194.38 162.2 36.43 -
System Red Green Blue C M Y K H S L
Decimal 66 248 255 0.74 0.03 0 0 182.22 1 0.63
Hex 42 F8 FF 4A 3 0 0 B6 64 3F
Octal 102 370 377 112 3 0 0 266 144 77
Binary 1000010 11111000 11111111 1001010 11 0 0 10110110 1100100 111111

Color Harmonies of #42F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F8FF

Black with #42F8FF

Text Example


Text Example

White with #42F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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