Html Css Color HEX #4AF3F9 Baby Blue

📋 copy color: '#4AF3F9'

red 74 ◦ green 243 ◦ blue 249

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

Shades of Baby Blue #4AF3F9

Tints of Baby Blue #4AF3F9

RGB

 RED value IS 74 (29.3% from 255) = 13.07%

 GREEN value IS 243 (95.31% from 255) = 42.93%

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

R = 13.07%
G = 42.93%
B = 43.99%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4AF3F9 (or 0x4AF3F9) is known color: Baby Blue. HEX triplet: 4A, F3 and F9. RGB value is (74,243,249). Sum of RGB (Red+Green+Blue) = 74+243+249=566 (74% of max value = 765). Red value is 74 (29.30% from 255 or 13.07% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #4AF3F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4AF3F9 is #B50C06. Grayscale: #C0C0C0. Windows color (decimal): -11865095 or 16380746. OLE color: 16380746.

HSL color Cylindrical-coordinate representation of color #4AF3F9: hue angle of 182.06º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF3F9 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 243 249 -
CMYK 0.70 0.02 0 0.02
HSL 182.06º 0.94% 0.63% -
HSV(B) 182.06º 0.7% 0.98% -
XYZ 51.97 72.4 100.86 -
YUV 193.15 159.51 43.01 -
System Red Green Blue C M Y K H S L
Decimal 74 243 249 0.70 0.02 0 0.02 182.06 0.94 0.63
Hex 4A F3 F9 46 2 0 2 B6 5E 3F
Octal 112 363 371 106 2 0 2 266 136 77
Binary 1001010 11110011 11111001 1000110 10 0 10 10110110 1011110 111111

Color Harmonies of #4AF3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF3F9

Black with #4AF3F9

Text Example


Text Example

White with #4AF3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AF3F9; }

 p { color: rgb(74,243,249); }

 H1.HeaderClassName
 {
   color: #4AF3F9;
 }
 .AnyTagClassName
 {
   color: #4AF3F9;
 }
</style>

background-color css

<style>
 a { background-color: #4AF3F9; }

 a { background-color: rgb(74,243,249); }

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

border-color css

<style>
 span { border-color: #4AF3F9; }

 span { border-color: rgb(74,243,249); }

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