Html Css Color HEX #75C5F1 Maya Blue

📋 copy color: '#75C5F1'

red 117 ◦ green 197 ◦ blue 241

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

Shades of Maya Blue #75C5F1

Tints of Maya Blue #75C5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 21.08%
G = 35.5%
B = 43.42%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#75C5F1 (or 0x75C5F1) is known color: Maya Blue. HEX triplet: 75, C5 and F1. RGB value is (117,197,241). Sum of RGB (Red+Green+Blue) = 117+197+241=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #75C5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C5F1 is #8A3A0E. Grayscale: #B1B1B1. Windows color (decimal): -9058831 or 15844725. OLE color: 15844725.

HSL color Cylindrical-coordinate representation of color #75C5F1: hue angle of 201.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75C5F1 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 197 241 -
CMYK 0.51 0.18 0 0.05
HSL 201.29º 0.82% 0.7% -
HSV(B) 201.29º 0.51% 0.95% -
XYZ 43.18 50.07 90.61 -
YUV 178.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 117 197 241 0.51 0.18 0 0.05 201.29 0.82 0.7
Hex 75 C5 F1 33 12 0 5 C9 52 46
Octal 165 305 361 63 22 0 5 311 122 106
Binary 1110101 11000101 11110001 110011 10010 0 101 11001001 1010010 1000110

Color Harmonies of #75C5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C5F1

Black with #75C5F1

Text Example


Text Example

White with #75C5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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