Html Css Color HEX #75CCFF Maya Blue

📋 copy color: '#75CCFF'

red 117 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #75CCFF

Tints of Maya Blue #75CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.42%

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

R = 20.31%
G = 35.42%
B = 44.27%

CMYK

 C value IS 0.54

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75CCFF (or 0x75CCFF) is known color: Maya Blue. HEX triplet: 75, CC and FF. RGB value is (117,204,255). Sum of RGB (Red+Green+Blue) = 117+204+255=576 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.31% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #75CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCFF is #8A3300. Grayscale: #B7B7B7. Windows color (decimal): -9057025 or 16764021. OLE color: 16764021.

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

Color convert

RGB 117 204 255 -
CMYK 0.54 0.2 0 0
HSL 202.17º 1% 0.73% -
HSV(B) 202.17º 0.54% 1% -
XYZ 46.98 54.19 102.59 -
YUV 183.8 168.18 80.35 -
System Red Green Blue C M Y K H S L
Decimal 117 204 255 0.54 0.2 0 0 202.17 1 0.73
Hex 75 CC FF 36 14 0 0 CA 64 49
Octal 165 314 377 66 24 0 0 312 144 111
Binary 1110101 11001100 11111111 110110 10100 0 0 11001010 1100100 1001001

Color Harmonies of #75CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CCFF

Black with #75CCFF

Text Example


Text Example

White with #75CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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