Html Css Color HEX #77CDF7 Maya Blue

📋 copy color: '#77CDF7'

red 119 ◦ green 205 ◦ blue 247

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

Shades of Maya Blue #77CDF7

Tints of Maya Blue #77CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

 BLUE value IS 247 (96.88% from 255) = 43.26%

R = 20.84%
G = 35.9%
B = 43.26%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77CDF7 (or 0x77CDF7) is known color: Maya Blue. HEX triplet: 77, CD and F7. RGB value is (119,205,247). Sum of RGB (Red+Green+Blue) = 119+205+247=571 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.84% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #77CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDF7 is #883208. Grayscale: #B7B7B7. Windows color (decimal): -8925705 or 16239991. OLE color: 16239991.

HSL color Cylindrical-coordinate representation of color #77CDF7: hue angle of 199.69º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CDF7 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 205 247 -
CMYK 0.52 0.17 0 0.03
HSL 199.69º 0.89% 0.72% -
HSV(B) 199.69º 0.52% 0.97% -
XYZ 46.23 54.3 96.04 -
YUV 184.07 163.51 81.58 -
System Red Green Blue C M Y K H S L
Decimal 119 205 247 0.52 0.17 0 0.03 199.69 0.89 0.72
Hex 77 CD F7 34 11 0 3 C8 59 48
Octal 167 315 367 64 21 0 3 310 131 110
Binary 1110111 11001101 11110111 110100 10001 0 11 11001000 1011001 1001000

Color Harmonies of #77CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDF7

Black with #77CDF7

Text Example


Text Example

White with #77CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,205,247); }

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

background-color css

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

 a { background-color: rgb(119,205,247); }

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

border-color css

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

 span { border-color: rgb(119,205,247); }

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