Html Css Color HEX #4FFCEB Baby Blue

📋 copy color: '#4FFCEB'

red 79 ◦ green 252 ◦ blue 235

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

Shades of Baby Blue #4FFCEB

Tints of Baby Blue #4FFCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 13.96%
G = 44.52%
B = 41.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#4FFCEB (or 0x4FFCEB) is known color: Baby Blue. HEX triplet: 4F, FC and EB. RGB value is (79,252,235). Sum of RGB (Red+Green+Blue) = 79+252+235=566 (74% of max value = 765). Red value is 79 (31.25% from 255 or 13.96% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFCEB is #B00314. Grayscale: #C6C6C6. Windows color (decimal): -11535125 or 15465551. OLE color: 15465551.

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

Color convert

RGB 79 252 235 -
CMYK 0.69 0 0.07 0.01
HSL 174.1º 0.97% 0.65% -
HSV(B) 174.1º 0.69% 0.99% -
XYZ 53.03 77.28 90.72 -
YUV 198.34 148.69 42.88 -
System Red Green Blue C M Y K H S L
Decimal 79 252 235 0.69 0 0.07 0.01 174.1 0.97 0.65
Hex 4F FC EB 45 0 7 1 AE 61 41
Octal 117 374 353 105 0 7 1 256 141 101
Binary 1001111 11111100 11101011 1000101 0 111 1 10101110 1100001 1000001

Color Harmonies of #4FFCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCEB

Black with #4FFCEB

Text Example


Text Example

White with #4FFCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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