Html Css Color HEX #75CEFF Maya Blue

📋 copy color: '#75CEFF'

red 117 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #75CEFF

Tints of Maya Blue #75CEFF

RGB

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

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

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

R = 20.24%
G = 35.64%
B = 44.12%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75CEFF (or 0x75CEFF) is known color: Maya Blue. HEX triplet: 75, CE and FF. RGB value is (117,206,255). Sum of RGB (Red+Green+Blue) = 117+206+255=578 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.24% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #75CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CEFF is #8A3100. Grayscale: #B8B8B8. Windows color (decimal): -9056513 or 16764533. OLE color: 16764533.

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

Color convert

RGB 117 206 255 -
CMYK 0.54 0.19 0 0
HSL 201.3º 1% 0.73% -
HSV(B) 201.3º 0.54% 1% -
XYZ 47.46 55.14 102.75 -
YUV 184.98 167.51 79.52 -
System Red Green Blue C M Y K H S L
Decimal 117 206 255 0.54 0.19 0 0 201.3 1 0.73
Hex 75 CE FF 36 13 0 0 C9 64 49
Octal 165 316 377 66 23 0 0 311 144 111
Binary 1110101 11001110 11111111 110110 10011 0 0 11001001 1100100 1001001

Color Harmonies of #75CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEFF

Black with #75CEFF

Text Example


Text Example

White with #75CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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