Html Css Color HEX #77CEFD Maya Blue

📋 copy color: '#77CEFD'

red 119 ◦ green 206 ◦ blue 253

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

Shades of Maya Blue #77CEFD

Tints of Maya Blue #77CEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.64%

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 20.59%
G = 35.64%
B = 43.77%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77CEFD (or 0x77CEFD) is known color: Maya Blue. HEX triplet: 77, CE and FD. RGB value is (119,206,253). Sum of RGB (Red+Green+Blue) = 119+206+253=578 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.59% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #77CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CEFD is #883102. Grayscale: #B9B9B9. Windows color (decimal): -8925443 or 16633463. OLE color: 16633463.

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

Color convert

RGB 119 206 253 -
CMYK 0.53 0.19 0 0.01
HSL 201.04º 0.97% 0.73% -
HSV(B) 201.04º 0.53% 0.99% -
XYZ 47.41 55.16 101.08 -
YUV 185.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 119 206 253 0.53 0.19 0 0.01 201.04 0.97 0.73
Hex 77 CE FD 35 13 0 1 C9 61 49
Octal 167 316 375 65 23 0 1 311 141 111
Binary 1110111 11001110 11111101 110101 10011 0 1 11001001 1100001 1001001

Color Harmonies of #77CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEFD

Black with #77CEFD

Text Example


Text Example

White with #77CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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