Html Css Color HEX #77FDF9 Baby Blue

📋 copy color: '#77FDF9'

red 119 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #77FDF9

Tints of Baby Blue #77FDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 19.16%
G = 40.74%
B = 40.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#77FDF9 (or 0x77FDF9) is known color: Baby Blue. HEX triplet: 77, FD and F9. RGB value is (119,253,249). Sum of RGB (Red+Green+Blue) = 119+253+249=621 (82% of max value = 765). Red value is 119 (46.88% from 255 or 19.16% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDF9 is #880206. Grayscale: #D4D4D4. Windows color (decimal): -8913415 or 16383351. OLE color: 16383351.

HSL color Cylindrical-coordinate representation of color #77FDF9: hue angle of 178.21º 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 #77FDF9 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 253 249 -
CMYK 0.53 0 0.02 0.01
HSL 178.21º 0.97% 0.73% -
HSV(B) 178.21º 0.53% 0.99% -
XYZ 59.83 81.01 102.11 -
YUV 212.48 148.61 61.33 -
System Red Green Blue C M Y K H S L
Decimal 119 253 249 0.53 0 0.02 0.01 178.21 0.97 0.73
Hex 77 FD F9 35 0 2 1 B2 61 49
Octal 167 375 371 65 0 2 1 262 141 111
Binary 1110111 11111101 11111001 110101 0 10 1 10110010 1100001 1001001

Color Harmonies of #77FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDF9

Black with #77FDF9

Text Example


Text Example

White with #77FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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