Html Css Color HEX #77FCF2 Baby Blue

📋 copy color: '#77FCF2'

red 119 ◦ green 252 ◦ blue 242

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

Shades of Baby Blue #77FCF2

Tints of Baby Blue #77FCF2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 242 (94.92% from 255) = 39.48%

R = 19.41%
G = 41.11%
B = 39.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#77FCF2 (or 0x77FCF2) is known color: Baby Blue. HEX triplet: 77, FC and F2. RGB value is (119,252,242). Sum of RGB (Red+Green+Blue) = 119+252+242=613 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.41% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #77FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FCF2 is #88030D. Grayscale: #D2D2D2. Windows color (decimal): -8913678 or 15924343. OLE color: 15924343.

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

Color convert

RGB 119 252 242 -
CMYK 0.53 0 0.04 0.01
HSL 175.49º 0.96% 0.73% -
HSV(B) 175.49º 0.53% 0.99% -
XYZ 58.45 79.95 96.36 -
YUV 211.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 119 252 242 0.53 0 0.04 0.01 175.49 0.96 0.73
Hex 77 FC F2 35 0 4 1 AF 60 49
Octal 167 374 362 65 0 4 1 257 140 111
Binary 1110111 11111100 11110010 110101 0 100 1 10101111 1100000 1001001

Color Harmonies of #77FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FCF2

Black with #77FCF2

Text Example


Text Example

White with #77FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,252,242); }

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

background-color css

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

 a { background-color: rgb(119,252,242); }

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

border-color css

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

 span { border-color: rgb(119,252,242); }

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