Html Css Color HEX #75C5FD Maya Blue

📋 copy color: '#75C5FD'

red 117 ◦ green 197 ◦ blue 253

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

Shades of Maya Blue #75C5FD

Tints of Maya Blue #75C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.74%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 20.63%
G = 34.74%
B = 44.62%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#75C5FD (or 0x75C5FD) is known color: Maya Blue. HEX triplet: 75, C5 and FD. RGB value is (117,197,253). Sum of RGB (Red+Green+Blue) = 117+197+253=567 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.63% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #75C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C5FD is #8A3A02. Grayscale: #B3B3B3. Windows color (decimal): -9058819 or 16631157. OLE color: 16631157.

HSL color Cylindrical-coordinate representation of color #75C5FD: hue angle of 204.71º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75C5FD is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 197 253 -
CMYK 0.54 0.22 0 0.01
HSL 204.71º 0.97% 0.73% -
HSV(B) 204.71º 0.54% 0.99% -
XYZ 45.03 50.81 100.36 -
YUV 179.46 169.5 83.45 -
System Red Green Blue C M Y K H S L
Decimal 117 197 253 0.54 0.22 0 0.01 204.71 0.97 0.73
Hex 75 C5 FD 36 16 0 1 CD 61 49
Octal 165 305 375 66 26 0 1 315 141 111
Binary 1110101 11000101 11111101 110110 10110 0 1 11001101 1100001 1001001

Color Harmonies of #75C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C5FD

Black with #75C5FD

Text Example


Text Example

White with #75C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,253); }

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

background-color css

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

 a { background-color: rgb(117,197,253); }

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

border-color css

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

 span { border-color: rgb(117,197,253); }

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