Html Css Color HEX #75C2ED Maya Blue

📋 copy color: '#75C2ED'

red 117 ◦ green 194 ◦ blue 237

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

Shades of Maya Blue #75C2ED

Tints of Maya Blue #75C2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 21.35%
G = 35.4%
B = 43.25%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75C2ED (or 0x75C2ED) is known color: Maya Blue. HEX triplet: 75, C2 and ED. RGB value is (117,194,237). Sum of RGB (Red+Green+Blue) = 117+194+237=548 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.35% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #75C2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2ED is #8A3D12. Grayscale: #AFAFAF. Windows color (decimal): -9059603 or 15581813. OLE color: 15581813.

HSL color Cylindrical-coordinate representation of color #75C2ED: hue angle of 201.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C2ED is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 194 237 -
CMYK 0.51 0.18 0 0.07
HSL 201.5º 0.77% 0.69% -
HSV(B) 201.5º 0.51% 0.93% -
XYZ 41.91 48.48 87.27 -
YUV 175.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 117 194 237 0.51 0.18 0 0.07 201.5 0.77 0.69
Hex 75 C2 ED 33 12 0 7 CA 4D 45
Octal 165 302 355 63 22 0 7 312 115 105
Binary 1110101 11000010 11101101 110011 10010 0 111 11001010 1001101 1000101

Color Harmonies of #75C2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2ED

Black with #75C2ED

Text Example


Text Example

White with #75C2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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