Html Css Color HEX #4FFFEF Baby Blue

📋 copy color: '#4FFFEF'

red 79 ◦ green 255 ◦ blue 239

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

Shades of Baby Blue #4FFFEF

Tints of Baby Blue #4FFFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

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

R = 13.79%
G = 44.5%
B = 41.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#4FFFEF (or 0x4FFFEF) is known color: Baby Blue. HEX triplet: 4F, FF and EF. RGB value is (79,255,239). Sum of RGB (Red+Green+Blue) = 79+255+239=573 (75% of max value = 765). Red value is 79 (31.25% from 255 or 13.79% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FFFEF is #B00010. Grayscale: #C8C8C8. Windows color (decimal): -11534353 or 15728463. OLE color: 15728463.

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

Color convert

RGB 79 255 239 -
CMYK 0.69 0 0.06 0
HSL 174.55º 1% 0.65% -
HSV(B) 174.55º 0.69% 1% -
XYZ 54.56 79.41 94.11 -
YUV 200.55 149.69 41.3 -
System Red Green Blue C M Y K H S L
Decimal 79 255 239 0.69 0 0.06 0 174.55 1 0.65
Hex 4F FF EF 45 0 6 0 AF 64 41
Octal 117 377 357 105 0 6 0 257 144 101
Binary 1001111 11111111 11101111 1000101 0 110 0 10101111 1100100 1000001

Color Harmonies of #4FFFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFFEF

Black with #4FFFEF

Text Example


Text Example

White with #4FFFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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