Html Css Color HEX #77FBED Baby Blue

📋 copy color: '#77FBED'

red 119 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #77FBED

Tints of Baby Blue #77FBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 19.6%
G = 41.35%
B = 39.04%

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

#77FBED (or 0x77FBED) is known color: Baby Blue. HEX triplet: 77, FB and ED. RGB value is (119,251,237). Sum of RGB (Red+Green+Blue) = 119+251+237=607 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.60% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FBED is #880412. Grayscale: #D1D1D1. Windows color (decimal): -8913939 or 15596407. OLE color: 15596407.

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

Color convert

RGB 119 251 237 -
CMYK 0.53 0 0.06 0.02
HSL 173.64º 0.94% 0.73% -
HSV(B) 173.64º 0.53% 0.98% -
XYZ 57.39 79.03 92.35 -
YUV 209.94 143.27 63.14 -
System Red Green Blue C M Y K H S L
Decimal 119 251 237 0.53 0 0.06 0.02 173.64 0.94 0.73
Hex 77 FB ED 35 0 6 2 AE 5E 49
Octal 167 373 355 65 0 6 2 256 136 111
Binary 1110111 11111011 11101101 110101 0 110 10 10101110 1011110 1001001

Color Harmonies of #77FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FBED

Black with #77FBED

Text Example


Text Example

White with #77FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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