Html Css Color HEX #75CDFF Maya Blue

📋 copy color: '#75CDFF'

red 117 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #75CDFF

Tints of Maya Blue #75CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.53%

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

R = 20.28%
G = 35.53%
B = 44.19%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75CDFF (or 0x75CDFF) is known color: Maya Blue. HEX triplet: 75, CD and FF. RGB value is (117,205,255). Sum of RGB (Red+Green+Blue) = 117+205+255=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #75CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDFF is #8A3200. Grayscale: #B8B8B8. Windows color (decimal): -9056769 or 16764277. OLE color: 16764277.

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

Color convert

RGB 117 205 255 -
CMYK 0.54 0.20 0 0
HSL 201.74º 1% 0.73% -
HSV(B) 201.74º 0.54% 1% -
XYZ 47.22 54.66 102.67 -
YUV 184.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 117 205 255 0.54 0.20 0 0 201.74 1 0.73
Hex 75 CD FF 36 14 0 0 CA 64 49
Octal 165 315 377 66 24 0 0 312 144 111
Binary 1110101 11001101 11111111 110110 10100 0 0 11001010 1100100 1001001

Color Harmonies of #75CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDFF

Black with #75CDFF

Text Example


Text Example

White with #75CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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