Html Css Color HEX #77CDFF Maya Blue

📋 copy color: '#77CDFF'

red 119 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #77CDFF

Tints of Maya Blue #77CDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.04%

R = 20.55%
G = 35.41%
B = 44.04%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77CDFF (or 0x77CDFF) is known color: Maya Blue. HEX triplet: 77, CD and FF. RGB value is (119,205,255). Sum of RGB (Red+Green+Blue) = 119+205+255=579 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.55% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #77CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDFF is #883200. Grayscale: #B8B8B8. Windows color (decimal): -8925697 or 16764279. OLE color: 16764279.

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

Color convert

RGB 119 205 255 -
CMYK 0.53 0.20 0 0
HSL 202.06º 1% 0.73% -
HSV(B) 202.06º 0.53% 1% -
XYZ 47.49 54.8 102.68 -
YUV 184.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 119 205 255 0.53 0.20 0 0 202.06 1 0.73
Hex 77 CD FF 35 14 0 0 CA 64 49
Octal 167 315 377 65 24 0 0 312 144 111
Binary 1110111 11001101 11111111 110101 10100 0 0 11001010 1100100 1001001

Color Harmonies of #77CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDFF

Black with #77CDFF

Text Example


Text Example

White with #77CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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