Html Css Color HEX #75C9FF Maya Blue

📋 copy color: '#75C9FF'

red 117 ◦ green 201 ◦ blue 255

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

Shades of Maya Blue #75C9FF

Tints of Maya Blue #75C9FF

RGB

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

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

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

R = 20.42%
G = 35.08%
B = 44.5%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75C9FF (or 0x75C9FF) is known color: Maya Blue. HEX triplet: 75, C9 and FF. RGB value is (117,201,255). Sum of RGB (Red+Green+Blue) = 117+201+255=573 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.42% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #75C9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C9FF is #8A3600. Grayscale: #B5B5B5. Windows color (decimal): -9057793 or 16763253. OLE color: 16763253.

HSL color Cylindrical-coordinate representation of color #75C9FF: hue angle of 203.48º 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 #75C9FF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 201 255 -
CMYK 0.54 0.21 0 0
HSL 203.48º 1% 0.73% -
HSV(B) 203.48º 0.54% 1% -
XYZ 46.27 52.78 102.36 -
YUV 182.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 117 201 255 0.54 0.21 0 0 203.48 1 0.73
Hex 75 C9 FF 36 15 0 0 CB 64 49
Octal 165 311 377 66 25 0 0 313 144 111
Binary 1110101 11001001 11111111 110110 10101 0 0 11001011 1100100 1001001

Color Harmonies of #75C9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C9FF

Black with #75C9FF

Text Example


Text Example

White with #75C9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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