Html Css Color HEX #77CFF6 Maya Blue

📋 copy color: '#77CFF6'

red 119 ◦ green 207 ◦ blue 246

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

Shades of Maya Blue #77CFF6

Tints of Maya Blue #77CFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.01%

R = 20.8%
G = 36.19%
B = 43.01%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77CFF6 (or 0x77CFF6) is known color: Maya Blue. HEX triplet: 77, CF and F6. RGB value is (119,207,246). Sum of RGB (Red+Green+Blue) = 119+207+246=572 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.80% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #77CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFF6 is #883009. Grayscale: #B8B8B8. Windows color (decimal): -8925194 or 16174967. OLE color: 16174967.

HSL color Cylindrical-coordinate representation of color #77CFF6: hue angle of 198.43º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CFF6 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 207 246 -
CMYK 0.52 0.16 0 0.04
HSL 198.43º 0.88% 0.72% -
HSV(B) 198.43º 0.52% 0.96% -
XYZ 46.56 55.2 95.39 -
YUV 185.13 162.35 80.83 -
System Red Green Blue C M Y K H S L
Decimal 119 207 246 0.52 0.16 0 0.04 198.43 0.88 0.72
Hex 77 CF F6 34 10 0 4 C6 58 48
Octal 167 317 366 64 20 0 4 306 130 110
Binary 1110111 11001111 11110110 110100 10000 0 100 11000110 1011000 1001000

Color Harmonies of #77CFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFF6

Black with #77CFF6

Text Example


Text Example

White with #77CFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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