Html Css Color HEX #77BCF8 Maya Blue

📋 copy color: '#77BCF8'

red 119 ◦ green 188 ◦ blue 248

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

Shades of Maya Blue #77BCF8

Tints of Maya Blue #77BCF8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

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

R = 21.44%
G = 33.87%
B = 44.68%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77BCF8 (or 0x77BCF8) is known color: Maya Blue. HEX triplet: 77, BC and F8. RGB value is (119,188,248). Sum of RGB (Red+Green+Blue) = 119+188+248=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #77BCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCF8 is #884307. Grayscale: #ADADAD. Windows color (decimal): -8930056 or 16301175. OLE color: 16301175.

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

Color convert

RGB 119 188 248 -
CMYK 0.52 0.24 0 0.03
HSL 207.91º 0.9% 0.72% -
HSV(B) 207.91º 0.52% 0.97% -
XYZ 42.53 46.67 95.57 -
YUV 174.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 119 188 248 0.52 0.24 0 0.03 207.91 0.9 0.72
Hex 77 BC F8 34 18 0 3 D0 5A 48
Octal 167 274 370 64 30 0 3 320 132 110
Binary 1110111 10111100 11111000 110100 11000 0 11 11010000 1011010 1001000

Color Harmonies of #77BCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCF8

Black with #77BCF8

Text Example


Text Example

White with #77BCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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