Html Css Color HEX #42F9FF Baby Blue

📋 copy color: '#42F9FF'

red 66 ◦ green 249 ◦ blue 255

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

Shades of Baby Blue #42F9FF

Tints of Baby Blue #42F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

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

R = 11.58%
G = 43.68%
B = 44.74%

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

#42F9FF (or 0x42F9FF) is known color: Baby Blue. HEX triplet: 42, F9 and FF. RGB value is (66,249,255). Sum of RGB (Red+Green+Blue) = 66+249+255=570 (75% of max value = 765). Red value is 66 (26.17% from 255 or 11.58% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #42F9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F9FF is #BD0600. Grayscale: #C2C2C2. Windows color (decimal): -12387841 or 16775490. OLE color: 16775490.

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

Color convert

RGB 66 249 255 -
CMYK 0.74 0.02 0 0
HSL 181.9º 1% 0.63% -
HSV(B) 181.9º 0.74% 1% -
XYZ 54.17 76.13 106.45 -
YUV 194.97 161.87 36.01 -
System Red Green Blue C M Y K H S L
Decimal 66 249 255 0.74 0.02 0 0 181.9 1 0.63
Hex 42 F9 FF 4A 2 0 0 B6 64 3F
Octal 102 371 377 112 2 0 0 266 144 77
Binary 1000010 11111001 11111111 1001010 10 0 0 10110110 1100100 111111

Color Harmonies of #42F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F9FF

Black with #42F9FF

Text Example


Text Example

White with #42F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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