Html Css Color HEX #75C2E9 Maya Blue

📋 copy color: '#75C2E9'

red 117 ◦ green 194 ◦ blue 233

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

Shades of Maya Blue #75C2E9

Tints of Maya Blue #75C2E9

RGB

 RED value IS 117 (46.09% from 255) = 21.51%

 GREEN value IS 194 (76.17% from 255) = 35.66%

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 21.51%
G = 35.66%
B = 42.83%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#75C2E9 (or 0x75C2E9) is known color: Maya Blue. HEX triplet: 75, C2 and E9. RGB value is (117,194,233). Sum of RGB (Red+Green+Blue) = 117+194+233=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #75C2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2E9 is #8A3D16. Grayscale: #AFAFAF. Windows color (decimal): -9059607 or 15319669. OLE color: 15319669.

HSL color Cylindrical-coordinate representation of color #75C2E9: hue angle of 200.17º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C2E9 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 194 233 -
CMYK 0.50 0.17 0 0.09
HSL 200.17º 0.73% 0.69% -
HSV(B) 200.17º 0.5% 0.91% -
XYZ 41.34 48.25 84.23 -
YUV 175.42 160.49 86.33 -
System Red Green Blue C M Y K H S L
Decimal 117 194 233 0.50 0.17 0 0.09 200.17 0.73 0.69
Hex 75 C2 E9 32 11 0 9 C8 48 45
Octal 165 302 351 62 21 0 11 310 110 105
Binary 1110101 11000010 11101001 110010 10001 0 1001 11001000 1001000 1000101

Color Harmonies of #75C2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2E9

Black with #75C2E9

Text Example


Text Example

White with #75C2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C2E9; }

 p { color: rgb(117,194,233); }

 H1.HeaderClassName
 {
   color: #75C2E9;
 }
 .AnyTagClassName
 {
   color: #75C2E9;
 }
</style>

background-color css

<style>
 a { background-color: #75C2E9; }

 a { background-color: rgb(117,194,233); }

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

border-color css

<style>
 span { border-color: #75C2E9; }

 span { border-color: rgb(117,194,233); }

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