Html Css Color HEX #77FFFD Baby Blue

📋 copy color: '#77FFFD'

red 119 ◦ green 255 ◦ blue 253

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

Shades of Baby Blue #77FFFD

Tints of Baby Blue #77FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.35%

R = 18.98%
G = 40.67%
B = 40.35%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#77FFFD (or 0x77FFFD) is known color: Baby Blue. HEX triplet: 77, FF and FD. RGB value is (119,255,253). Sum of RGB (Red+Green+Blue) = 119+255+253=627 (83% of max value = 765). Red value is 119 (46.88% from 255 or 18.98% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #77FFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FFFD is #880002. Grayscale: #D5D5D5. Windows color (decimal): -8912899 or 16646007. OLE color: 16646007.

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

Color convert

RGB 119 255 253 -
CMYK 0.53 0 0.01 0
HSL 179.12º 1% 0.73% -
HSV(B) 179.12º 0.53% 1% -
XYZ 61.1 82.53 105.64 -
YUV 214.11 149.94 60.16 -
System Red Green Blue C M Y K H S L
Decimal 119 255 253 0.53 0 0.01 0 179.12 1 0.73
Hex 77 FF FD 35 0 1 0 B3 64 49
Octal 167 377 375 65 0 1 0 263 144 111
Binary 1110111 11111111 11111101 110101 0 1 0 10110011 1100100 1001001

Color Harmonies of #77FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FFFD

Black with #77FFFD

Text Example


Text Example

White with #77FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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