Html Css Color HEX #4FFCF6 Baby Blue

📋 copy color: '#4FFCF6'

red 79 ◦ green 252 ◦ blue 246

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

Shades of Baby Blue #4FFCF6

Tints of Baby Blue #4FFCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 13.69%
G = 43.67%
B = 42.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#4FFCF6 (or 0x4FFCF6) is known color: Baby Blue. HEX triplet: 4F, FC and F6. RGB value is (79,252,246). Sum of RGB (Red+Green+Blue) = 79+252+246=577 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.69% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCF6 is #B00309. Grayscale: #C7C7C7. Windows color (decimal): -11535114 or 16186447. OLE color: 16186447.

HSL color Cylindrical-coordinate representation of color #4FFCF6: hue angle of 177.92º 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 #4FFCF6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 252 246 -
CMYK 0.69 0 0.02 0.01
HSL 177.92º 0.97% 0.65% -
HSV(B) 177.92º 0.69% 0.99% -
XYZ 54.67 77.94 99.35 -
YUV 199.59 154.19 41.99 -
System Red Green Blue C M Y K H S L
Decimal 79 252 246 0.69 0 0.02 0.01 177.92 0.97 0.65
Hex 4F FC F6 45 0 2 1 B2 61 41
Octal 117 374 366 105 0 2 1 262 141 101
Binary 1001111 11111100 11110110 1000101 0 10 1 10110010 1100001 1000001

Color Harmonies of #4FFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCF6

Black with #4FFCF6

Text Example


Text Example

White with #4FFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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