Html Css Color HEX #77CEF8 Maya Blue

📋 copy color: '#77CEF8'

red 119 ◦ green 206 ◦ blue 248

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

Shades of Maya Blue #77CEF8

Tints of Maya Blue #77CEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.28%

R = 20.77%
G = 35.95%
B = 43.28%

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

#77CEF8 (or 0x77CEF8) is known color: Maya Blue. HEX triplet: 77, CE and F8. RGB value is (119,206,248). Sum of RGB (Red+Green+Blue) = 119+206+248=573 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.77% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #77CEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CEF8 is #883107. Grayscale: #B8B8B8. Windows color (decimal): -8925448 or 16305783. OLE color: 16305783.

HSL color Cylindrical-coordinate representation of color #77CEF8: hue angle of 199.53º degrees, saturation: 0.9, 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 #77CEF8 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 206 248 -
CMYK 0.52 0.17 0 0.03
HSL 199.53º 0.9% 0.72% -
HSV(B) 199.53º 0.52% 0.97% -
XYZ 46.62 54.84 96.94 -
YUV 184.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 119 206 248 0.52 0.17 0 0.03 199.53 0.9 0.72
Hex 77 CE F8 34 11 0 3 C8 5A 48
Octal 167 316 370 64 21 0 3 310 132 110
Binary 1110111 11001110 11111000 110100 10001 0 11 11001000 1011010 1001000

Color Harmonies of #77CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEF8

Black with #77CEF8

Text Example


Text Example

White with #77CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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