Html Css Color HEX #77CFF8 Maya Blue

📋 copy color: '#77CFF8'

red 119 ◦ green 207 ◦ blue 248

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

Shades of Maya Blue #77CFF8

Tints of Maya Blue #77CFF8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.06%

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

R = 20.73%
G = 36.06%
B = 43.21%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#77CFF8 (or 0x77CFF8) is known color: Maya Blue. HEX triplet: 77, CF and F8. RGB value is (119,207,248). Sum of RGB (Red+Green+Blue) = 119+207+248=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #77CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFF8 is #883007. Grayscale: #B9B9B9. Windows color (decimal): -8925192 or 16306039. OLE color: 16306039.

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

Color convert

RGB 119 207 248 -
CMYK 0.52 0.17 0 0.03
HSL 199.07º 0.9% 0.72% -
HSV(B) 199.07º 0.52% 0.97% -
XYZ 46.86 55.32 97.02 -
YUV 185.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 119 207 248 0.52 0.17 0 0.03 199.07 0.9 0.72
Hex 77 CF F8 34 11 0 3 C7 5A 48
Octal 167 317 370 64 21 0 3 307 132 110
Binary 1110111 11001111 11111000 110100 10001 0 11 11000111 1011010 1001000

Color Harmonies of #77CFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFF8

Black with #77CFF8

Text Example


Text Example

White with #77CFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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