Html Css Color HEX #77FDF2 Baby Blue

📋 copy color: '#77FDF2'

red 119 ◦ green 253 ◦ blue 242

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

Shades of Baby Blue #77FDF2

Tints of Baby Blue #77FDF2

RGB

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

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

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

R = 19.38%
G = 41.21%
B = 39.41%

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

#77FDF2 (or 0x77FDF2) is known color: Baby Blue. HEX triplet: 77, FD and F2. RGB value is (119,253,242). Sum of RGB (Red+Green+Blue) = 119+253+242=614 (81% of max value = 765). Red value is 119 (46.88% from 255 or 19.38% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDF2 is #88020D. Grayscale: #D3D3D3. Windows color (decimal): -8913422 or 15924599. OLE color: 15924599.

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

Color convert

RGB 119 253 242 -
CMYK 0.53 0 0.04 0.01
HSL 175.07º 0.97% 0.73% -
HSV(B) 175.07º 0.53% 0.99% -
XYZ 58.76 80.58 96.46 -
YUV 211.68 145.11 61.89 -
System Red Green Blue C M Y K H S L
Decimal 119 253 242 0.53 0 0.04 0.01 175.07 0.97 0.73
Hex 77 FD F2 35 0 4 1 AF 61 49
Octal 167 375 362 65 0 4 1 257 141 111
Binary 1110111 11111101 11110010 110101 0 100 1 10101111 1100001 1001001

Color Harmonies of #77FDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77FDF2

Black with #77FDF2

Text Example


Text Example

White with #77FDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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