Html Css Color HEX #4FFCF9 Baby Blue

📋 copy color: '#4FFCF9'

red 79 ◦ green 252 ◦ blue 249

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

Shades of Baby Blue #4FFCF9

Tints of Baby Blue #4FFCF9

RGB

 RED value IS 79 (31.25% from 255) = 13.62%

 GREEN value IS 252 (98.83% from 255) = 43.45%

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

R = 13.62%
G = 43.45%
B = 42.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#4FFCF9 (or 0x4FFCF9) is known color: Baby Blue. HEX triplet: 4F, FC and F9. RGB value is (79,252,249). Sum of RGB (Red+Green+Blue) = 79+252+249=580 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.62% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCF9 is #B00306. Grayscale: #C7C7C7. Windows color (decimal): -11535111 or 16383055. OLE color: 16383055.

HSL color Cylindrical-coordinate representation of color #4FFCF9: hue angle of 178.96º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCF9 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 252 249 -
CMYK 0.69 0 0.01 0.01
HSL 178.96º 0.97% 0.65% -
HSV(B) 178.96º 0.69% 0.99% -
XYZ 55.13 78.12 101.8 -
YUV 199.93 155.69 41.74 -
System Red Green Blue C M Y K H S L
Decimal 79 252 249 0.69 0 0.01 0.01 178.96 0.97 0.65
Hex 4F FC F9 45 0 1 1 B3 61 41
Octal 117 374 371 105 0 1 1 263 141 101
Binary 1001111 11111100 11111001 1000101 0 1 1 10110011 1100001 1000001

Color Harmonies of #4FFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCF9

Black with #4FFCF9

Text Example


Text Example

White with #4FFCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,252,249); }

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

background-color css

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

 a { background-color: rgb(79,252,249); }

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

border-color css

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

 span { border-color: rgb(79,252,249); }

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