Html Css Color HEX #77FEEF Baby Blue

📋 copy color: '#77FEEF'

red 119 ◦ green 254 ◦ blue 239

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

Shades of Baby Blue #77FEEF

Tints of Baby Blue #77FEEF

RGB

 RED value IS 119 (46.88% from 255) = 19.44%

 GREEN value IS 254 (99.61% from 255) = 41.5%

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

R = 19.44%
G = 41.5%
B = 39.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#77FEEF (or 0x77FEEF) is known color: Baby Blue. HEX triplet: 77, FE and EF. RGB value is (119,254,239). Sum of RGB (Red+Green+Blue) = 119+254+239=612 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.44% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #77FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FEEF is #880110. Grayscale: #D3D3D3. Windows color (decimal): -8913169 or 15728247. OLE color: 15728247.

HSL color Cylindrical-coordinate representation of color #77FEEF: hue angle of 173.33º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FEEF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 254 239 -
CMYK 0.53 0 0.06 0.00
HSL 173.33º 0.99% 0.73% -
HSV(B) 173.33º 0.53% 1% -
XYZ 58.63 81.04 94.21 -
YUV 211.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 119 254 239 0.53 0 0.06 0.00 173.33 0.99 0.73
Hex 77 FE EF 35 0 6 0 AD 63 49
Octal 167 376 357 65 0 6 0 255 143 111
Binary 1110111 11111110 11101111 110101 0 110 0 10101101 1100011 1001001

Color Harmonies of #77FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FEEF

Black with #77FEEF

Text Example


Text Example

White with #77FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77FEEF; }

 p { color: rgb(119,254,239); }

 H1.HeaderClassName
 {
   color: #77FEEF;
 }
 .AnyTagClassName
 {
   color: #77FEEF;
 }
</style>

background-color css

<style>
 a { background-color: #77FEEF; }

 a { background-color: rgb(119,254,239); }

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

border-color css

<style>
 span { border-color: #77FEEF; }

 span { border-color: rgb(119,254,239); }

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