Html Css Color HEX #4FFCF8 Baby Blue

📋 copy color: '#4FFCF8'

red 79 ◦ green 252 ◦ blue 248

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

Shades of Baby Blue #4FFCF8

Tints of Baby Blue #4FFCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.83%

R = 13.64%
G = 43.52%
B = 42.83%

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

#4FFCF8 (or 0x4FFCF8) is known color: Baby Blue. HEX triplet: 4F, FC and F8. RGB value is (79,252,248). Sum of RGB (Red+Green+Blue) = 79+252+248=579 (76% of max value = 765). Red value is 79 (31.25% from 255 or 13.64% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCF8 is #B00307. Grayscale: #C7C7C7. Windows color (decimal): -11535112 or 16317519. OLE color: 16317519.

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

Color convert

RGB 79 252 248 -
CMYK 0.69 0 0.02 0.01
HSL 178.61º 0.97% 0.65% -
HSV(B) 178.61º 0.69% 0.99% -
XYZ 54.98 78.06 100.98 -
YUV 199.82 155.19 41.83 -
System Red Green Blue C M Y K H S L
Decimal 79 252 248 0.69 0 0.02 0.01 178.61 0.97 0.65
Hex 4F FC F8 45 0 2 1 B3 61 41
Octal 117 374 370 105 0 2 1 263 141 101
Binary 1001111 11111100 11111000 1000101 0 10 1 10110011 1100001 1000001

Color Harmonies of #4FFCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCF8

Black with #4FFCF8

Text Example


Text Example

White with #4FFCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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