Html Css Color HEX #77FDFB Baby Blue

📋 copy color: '#77FDFB'

red 119 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #77FDFB

Tints of Baby Blue #77FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.61%

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

R = 19.1%
G = 40.61%
B = 40.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#77FDFB (or 0x77FDFB) is known color: Baby Blue. HEX triplet: 77, FD and FB. RGB value is (119,253,251). Sum of RGB (Red+Green+Blue) = 119+253+251=623 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.10% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDFB is #880204. Grayscale: #D4D4D4. Windows color (decimal): -8913413 or 16514423. OLE color: 16514423.

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

Color convert

RGB 119 253 251 -
CMYK 0.53 0 0.01 0.01
HSL 179.1º 0.97% 0.73% -
HSV(B) 179.1º 0.53% 0.99% -
XYZ 60.15 81.14 103.76 -
YUV 212.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 119 253 251 0.53 0 0.01 0.01 179.1 0.97 0.73
Hex 77 FD FB 35 0 1 1 B3 61 49
Octal 167 375 373 65 0 1 1 263 141 111
Binary 1110111 11111101 11111011 110101 0 1 1 10110011 1100001 1001001

Color Harmonies of #77FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDFB

Black with #77FDFB

Text Example


Text Example

White with #77FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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