Html Css Color HEX #77CBFF Maya Blue

📋 copy color: '#77CBFF'

red 119 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #77CBFF

Tints of Maya Blue #77CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.18%

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

R = 20.62%
G = 35.18%
B = 44.19%

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

#77CBFF (or 0x77CBFF) is known color: Maya Blue. HEX triplet: 77, CB and FF. RGB value is (119,203,255). Sum of RGB (Red+Green+Blue) = 119+203+255=577 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.62% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #77CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CBFF is #883400. Grayscale: #B7B7B7. Windows color (decimal): -8926209 or 16763767. OLE color: 16763767.

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

Color convert

RGB 119 203 255 -
CMYK 0.53 0.20 0 0
HSL 202.94º 1% 0.73% -
HSV(B) 202.94º 0.53% 1% -
XYZ 47.01 53.85 102.52 -
YUV 183.81 168.17 81.77 -
System Red Green Blue C M Y K H S L
Decimal 119 203 255 0.53 0.20 0 0 202.94 1 0.73
Hex 77 CB FF 35 14 0 0 CB 64 49
Octal 167 313 377 65 24 0 0 313 144 111
Binary 1110111 11001011 11111111 110101 10100 0 0 11001011 1100100 1001001

Color Harmonies of #77CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBFF

Black with #77CBFF

Text Example


Text Example

White with #77CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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