Html Css Color HEX #42FAF9 Baby Blue

📋 copy color: '#42FAF9'

red 66 ◦ green 250 ◦ blue 249

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

Shades of Baby Blue #42FAF9

Tints of Baby Blue #42FAF9

RGB

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

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

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

R = 11.68%
G = 44.25%
B = 44.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#42FAF9 (or 0x42FAF9) is known color: Baby Blue. HEX triplet: 42, FA and F9. RGB value is (66,250,249). Sum of RGB (Red+Green+Blue) = 66+250+249=565 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.68% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FAF9 is #BD0506. Grayscale: #C2C2C2. Windows color (decimal): -12387591 or 16382530. OLE color: 16382530.

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

Color convert

RGB 66 250 249 -
CMYK 0.74 0 0.00 0.02
HSL 179.67º 0.95% 0.62% -
HSV(B) 179.67º 0.74% 0.98% -
XYZ 53.53 76.37 101.54 -
YUV 194.87 158.54 36.08 -
System Red Green Blue C M Y K H S L
Decimal 66 250 249 0.74 0 0.00 0.02 179.67 0.95 0.62
Hex 42 FA F9 4A 0 0 2 B4 5F 3E
Octal 102 372 371 112 0 0 2 264 137 76
Binary 1000010 11111010 11111001 1001010 0 0 10 10110100 1011111 111110

Color Harmonies of #42FAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FAF9

Black with #42FAF9

Text Example


Text Example

White with #42FAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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