Html Css Color HEX #77B8FC Maya Blue

📋 copy color: '#77B8FC'

red 119 ◦ green 184 ◦ blue 252

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

Shades of Maya Blue #77B8FC

Tints of Maya Blue #77B8FC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.15%

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 21.44%
G = 33.15%
B = 45.41%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77B8FC (or 0x77B8FC) is known color: Maya Blue. HEX triplet: 77, B8 and FC. RGB value is (119,184,252). Sum of RGB (Red+Green+Blue) = 119+184+252=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #77B8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B8FC is #884703. Grayscale: #ABABAB. Windows color (decimal): -8931076 or 16562295. OLE color: 16562295.

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

Color convert

RGB 119 184 252 -
CMYK 0.53 0.27 0 0.01
HSL 210.68º 0.96% 0.73% -
HSV(B) 210.68º 0.53% 0.99% -
XYZ 42.32 45.23 98.6 -
YUV 172.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 119 184 252 0.53 0.27 0 0.01 210.68 0.96 0.73
Hex 77 B8 FC 35 1B 0 1 D3 60 49
Octal 167 270 374 65 33 0 1 323 140 111
Binary 1110111 10111000 11111100 110101 11011 0 1 11010011 1100000 1001001

Color Harmonies of #77B8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B8FC

Black with #77B8FC

Text Example


Text Example

White with #77B8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,184,252); }

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

background-color css

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

 a { background-color: rgb(119,184,252); }

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

border-color css

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

 span { border-color: rgb(119,184,252); }

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