Html Css Color HEX #75CEF6 Maya Blue

📋 copy color: '#75CEF6'

red 117 ◦ green 206 ◦ blue 246

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

Shades of Maya Blue #75CEF6

Tints of Maya Blue #75CEF6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.2%

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 20.56%
G = 36.2%
B = 43.23%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#75CEF6 (or 0x75CEF6) is known color: Maya Blue. HEX triplet: 75, CE and F6. RGB value is (117,206,246). Sum of RGB (Red+Green+Blue) = 117+206+246=569 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.56% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #75CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CEF6 is #8A3109. Grayscale: #B7B7B7. Windows color (decimal): -9056522 or 16174709. OLE color: 16174709.

HSL color Cylindrical-coordinate representation of color #75CEF6: hue angle of 198.6º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75CEF6 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 206 246 -
CMYK 0.52 0.16 0 0.04
HSL 198.6º 0.88% 0.71% -
HSV(B) 198.6º 0.52% 0.96% -
XYZ 46.04 54.58 95.3 -
YUV 183.95 163.01 80.25 -
System Red Green Blue C M Y K H S L
Decimal 117 206 246 0.52 0.16 0 0.04 198.6 0.88 0.71
Hex 75 CE F6 34 10 0 4 C7 58 47
Octal 165 316 366 64 20 0 4 307 130 107
Binary 1110101 11001110 11110110 110100 10000 0 100 11000111 1011000 1000111

Color Harmonies of #75CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEF6

Black with #75CEF6

Text Example


Text Example

White with #75CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,246); }

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

background-color css

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

 a { background-color: rgb(117,206,246); }

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

border-color css

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

 span { border-color: rgb(117,206,246); }

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