Html Css Color HEX #77CBFE Maya Blue

📋 copy color: '#77CBFE'

red 119 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #77CBFE

Tints of Maya Blue #77CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 20.66%
G = 35.24%
B = 44.1%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77CBFE (or 0x77CBFE) is known color: Maya Blue. HEX triplet: 77, CB and FE. RGB value is (119,203,254). Sum of RGB (Red+Green+Blue) = 119+203+254=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #77CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CBFE is #883401. Grayscale: #B7B7B7. Windows color (decimal): -8926210 or 16698231. OLE color: 16698231.

HSL color Cylindrical-coordinate representation of color #77CBFE: hue angle of 202.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CBFE is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 119 203 254 -
CMYK 0.53 0.20 0 0.00
HSL 202.67º 0.99% 0.73% -
HSV(B) 202.67º 0.53% 1% -
XYZ 46.85 53.79 101.68 -
YUV 183.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 119 203 254 0.53 0.20 0 0.00 202.67 0.99 0.73
Hex 77 CB FE 35 14 0 0 CB 63 49
Octal 167 313 376 65 24 0 0 313 143 111
Binary 1110111 11001011 11111110 110101 10100 0 0 11001011 1100011 1001001

Color Harmonies of #77CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBFE

Black with #77CBFE

Text Example


Text Example

White with #77CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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