Html Css Color HEX #77FBEB Baby Blue

📋 copy color: '#77FBEB'

red 119 ◦ green 251 ◦ blue 235

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

Shades of Baby Blue #77FBEB

Tints of Baby Blue #77FBEB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

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

R = 19.67%
G = 41.49%
B = 38.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#77FBEB (or 0x77FBEB) is known color: Baby Blue. HEX triplet: 77, FB and EB. RGB value is (119,251,235). Sum of RGB (Red+Green+Blue) = 119+251+235=605 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.67% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FBEB is #880414. Grayscale: #D1D1D1. Windows color (decimal): -8913941 or 15465335. OLE color: 15465335.

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

Color convert

RGB 119 251 235 -
CMYK 0.53 0 0.06 0.02
HSL 172.73º 0.94% 0.73% -
HSV(B) 172.73º 0.53% 0.98% -
XYZ 57.1 78.91 90.82 -
YUV 209.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 119 251 235 0.53 0 0.06 0.02 172.73 0.94 0.73
Hex 77 FB EB 35 0 6 2 AD 5E 49
Octal 167 373 353 65 0 6 2 255 136 111
Binary 1110111 11111011 11101011 110101 0 110 10 10101101 1011110 1001001

Color Harmonies of #77FBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBEB

Black with #77FBEB

Text Example


Text Example

White with #77FBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,251,235); }

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

background-color css

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

 a { background-color: rgb(119,251,235); }

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

border-color css

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

 span { border-color: rgb(119,251,235); }

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