Html Css Color HEX #4FFCEF Baby Blue

📋 copy color: '#4FFCEF'

red 79 ◦ green 252 ◦ blue 239

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

Shades of Baby Blue #4FFCEF

Tints of Baby Blue #4FFCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 13.86%
G = 44.21%
B = 41.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#4FFCEF (or 0x4FFCEF) is known color: Baby Blue. HEX triplet: 4F, FC and EF. RGB value is (79,252,239). Sum of RGB (Red+Green+Blue) = 79+252+239=570 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.86% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCEF is #B00310. Grayscale: #C6C6C6. Windows color (decimal): -11535121 or 15727695. OLE color: 15727695.

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

Color convert

RGB 79 252 239 -
CMYK 0.69 0 0.05 0.01
HSL 175.49º 0.97% 0.65% -
HSV(B) 175.49º 0.69% 0.99% -
XYZ 53.61 77.52 93.8 -
YUV 198.79 150.69 42.56 -
System Red Green Blue C M Y K H S L
Decimal 79 252 239 0.69 0 0.05 0.01 175.49 0.97 0.65
Hex 4F FC EF 45 0 5 1 AF 61 41
Octal 117 374 357 105 0 5 1 257 141 101
Binary 1001111 11111100 11101111 1000101 0 101 1 10101111 1100001 1000001

Color Harmonies of #4FFCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCEF

Black with #4FFCEF

Text Example


Text Example

White with #4FFCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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