Html Css Color HEX #75C9F7 Maya Blue

📋 copy color: '#75C9F7'

red 117 ◦ green 201 ◦ blue 247

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

Shades of Maya Blue #75C9F7

Tints of Maya Blue #75C9F7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 247 (96.88% from 255) = 43.72%

R = 20.71%
G = 35.58%
B = 43.72%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75C9F7 (or 0x75C9F7) is known color: Maya Blue. HEX triplet: 75, C9 and F7. RGB value is (117,201,247). Sum of RGB (Red+Green+Blue) = 117+201+247=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #75C9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9F7 is #8A3608. Grayscale: #B4B4B4. Windows color (decimal): -9057801 or 16238965. OLE color: 16238965.

HSL color Cylindrical-coordinate representation of color #75C9F7: hue angle of 201.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C9F7 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 201 247 -
CMYK 0.53 0.19 0 0.03
HSL 201.23º 0.89% 0.71% -
HSV(B) 201.23º 0.53% 0.97% -
XYZ 45.01 52.27 95.71 -
YUV 181.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 117 201 247 0.53 0.19 0 0.03 201.23 0.89 0.71
Hex 75 C9 F7 35 13 0 3 C9 59 47
Octal 165 311 367 65 23 0 3 311 131 107
Binary 1110101 11001001 11110111 110101 10011 0 11 11001001 1011001 1000111

Color Harmonies of #75C9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C9F7

Black with #75C9F7

Text Example


Text Example

White with #75C9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,201,247); }

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

background-color css

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

 a { background-color: rgb(117,201,247); }

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

border-color css

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

 span { border-color: rgb(117,201,247); }

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