Html Css Color HEX #76CCFF Maya Blue

📋 copy color: '#76CCFF'

red 118 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #76CCFF

Tints of Maya Blue #76CCFF

RGB

 RED value IS 118 (46.48% from 255) = 20.45%

 GREEN value IS 204 (80.08% from 255) = 35.36%

 BLUE value IS 255 (100% from 255) = 44.19%

R = 20.45%
G = 35.36%
B = 44.19%

CMYK

 C value IS 0.54

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76CCFF (or 0x76CCFF) is known color: Maya Blue. HEX triplet: 76, CC and FF. RGB value is (118,204,255). Sum of RGB (Red+Green+Blue) = 118+204+255=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #76CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CCFF is #893300. Grayscale: #B7B7B7. Windows color (decimal): -8991489 or 16764022. OLE color: 16764022.

HSL color Cylindrical-coordinate representation of color #76CCFF: hue angle of 202.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76CCFF is Cyan = 0.54, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 204 255 -
CMYK 0.54 0.2 0 0
HSL 202.34º 1% 0.73% -
HSV(B) 202.34º 0.54% 1% -
XYZ 47.11 54.26 102.6 -
YUV 184.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 118 204 255 0.54 0.2 0 0 202.34 1 0.73
Hex 76 CC FF 36 14 0 0 CA 64 49
Octal 166 314 377 66 24 0 0 312 144 111
Binary 1110110 11001100 11111111 110110 10100 0 0 11001010 1100100 1001001

Color Harmonies of #76CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCFF

Black with #76CCFF

Text Example


Text Example

White with #76CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CCFF; }

 p { color: rgb(118,204,255); }

 H1.HeaderClassName
 {
   color: #76CCFF;
 }
 .AnyTagClassName
 {
   color: #76CCFF;
 }
</style>

background-color css

<style>
 a { background-color: #76CCFF; }

 a { background-color: rgb(118,204,255); }

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

border-color css

<style>
 span { border-color: #76CCFF; }

 span { border-color: rgb(118,204,255); }

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