Html Css Color HEX #77FFFB Baby Blue

📋 copy color: '#77FFFB'

red 119 ◦ green 255 ◦ blue 251

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

Shades of Baby Blue #77FFFB

Tints of Baby Blue #77FFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 19.04%
G = 40.8%
B = 40.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#77FFFB (or 0x77FFFB) is known color: Baby Blue. HEX triplet: 77, FF and FB. RGB value is (119,255,251). Sum of RGB (Red+Green+Blue) = 119+255+251=625 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.04% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFFB is #880004. Grayscale: #D5D5D5. Windows color (decimal): -8912901 or 16514935. OLE color: 16514935.

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

Color convert

RGB 119 255 251 -
CMYK 0.53 0 0.02 0
HSL 178.24º 1% 0.73% -
HSV(B) 178.24º 0.53% 1% -
XYZ 60.78 82.41 103.97 -
YUV 213.88 148.94 60.33 -
System Red Green Blue C M Y K H S L
Decimal 119 255 251 0.53 0 0.02 0 178.24 1 0.73
Hex 77 FF FB 35 0 2 0 B2 64 49
Octal 167 377 373 65 0 2 0 262 144 111
Binary 1110111 11111111 11111011 110101 0 10 0 10110010 1100100 1001001

Color Harmonies of #77FFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FFFB

Black with #77FFFB

Text Example


Text Example

White with #77FFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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