Html Css Color HEX #77CAF3 Maya Blue

📋 copy color: '#77CAF3'

red 119 ◦ green 202 ◦ blue 243

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

Shades of Maya Blue #77CAF3

Tints of Maya Blue #77CAF3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

 BLUE value IS 243 (95.31% from 255) = 43.09%

R = 21.1%
G = 35.82%
B = 43.09%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#77CAF3 (or 0x77CAF3) is known color: Maya Blue. HEX triplet: 77, CA and F3. RGB value is (119,202,243). Sum of RGB (Red+Green+Blue) = 119+202+243=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #77CAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CAF3 is #88350C. Grayscale: #B5B5B5. Windows color (decimal): -8926477 or 15977079. OLE color: 15977079.

HSL color Cylindrical-coordinate representation of color #77CAF3: hue angle of 199.84º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77CAF3 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 202 243 -
CMYK 0.51 0.17 0 0.05
HSL 199.84º 0.84% 0.71% -
HSV(B) 199.84º 0.51% 0.95% -
XYZ 44.91 52.63 92.59 -
YUV 181.86 162.5 83.17 -
System Red Green Blue C M Y K H S L
Decimal 119 202 243 0.51 0.17 0 0.05 199.84 0.84 0.71
Hex 77 CA F3 33 11 0 5 C8 54 47
Octal 167 312 363 63 21 0 5 310 124 107
Binary 1110111 11001010 11110011 110011 10001 0 101 11001000 1010100 1000111

Color Harmonies of #77CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CAF3

Black with #77CAF3

Text Example


Text Example

White with #77CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,243); }

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

background-color css

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

 a { background-color: rgb(119,202,243); }

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

border-color css

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

 span { border-color: rgb(119,202,243); }

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