Html Css Color HEX #77CDF8 Maya Blue

📋 copy color: '#77CDF8'

red 119 ◦ green 205 ◦ blue 248

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

Shades of Maya Blue #77CDF8

Tints of Maya Blue #77CDF8

RGB

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

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

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

R = 20.8%
G = 35.84%
B = 43.36%

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

#77CDF8 (or 0x77CDF8) is known color: Maya Blue. HEX triplet: 77, CD and F8. RGB value is (119,205,248). Sum of RGB (Red+Green+Blue) = 119+205+248=572 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.80% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #77CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDF8 is #883207. Grayscale: #B7B7B7. Windows color (decimal): -8925704 or 16305527. OLE color: 16305527.

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

Color convert

RGB 119 205 248 -
CMYK 0.52 0.17 0 0.03
HSL 200º 0.9% 0.72% -
HSV(B) 200º 0.52% 0.97% -
XYZ 46.38 54.36 96.86 -
YUV 184.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 119 205 248 0.52 0.17 0 0.03 200 0.9 0.72
Hex 77 CD F8 34 11 0 3 C8 5A 48
Octal 167 315 370 64 21 0 3 310 132 110
Binary 1110111 11001101 11111000 110100 10001 0 11 11001000 1011010 1001000

Color Harmonies of #77CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDF8

Black with #77CDF8

Text Example


Text Example

White with #77CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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