Html Css Color HEX #75C0FA Maya Blue

📋 copy color: '#75C0FA'

red 117 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #75C0FA

Tints of Maya Blue #75C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.35%

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 20.93%
G = 34.35%
B = 44.72%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75C0FA (or 0x75C0FA) is known color: Maya Blue. HEX triplet: 75, C0 and FA. RGB value is (117,192,250). Sum of RGB (Red+Green+Blue) = 117+192+250=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #75C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0FA is #8A3F05. Grayscale: #AFAFAF. Windows color (decimal): -9060102 or 16433269. OLE color: 16433269.

HSL color Cylindrical-coordinate representation of color #75C0FA: hue angle of 206.17º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75C0FA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 192 250 -
CMYK 0.53 0.23 0 0.02
HSL 206.17º 0.93% 0.72% -
HSV(B) 206.17º 0.53% 0.98% -
XYZ 43.44 48.38 97.49 -
YUV 176.19 169.65 85.78 -
System Red Green Blue C M Y K H S L
Decimal 117 192 250 0.53 0.23 0 0.02 206.17 0.93 0.72
Hex 75 C0 FA 35 17 0 2 CE 5D 48
Octal 165 300 372 65 27 0 2 316 135 110
Binary 1110101 11000000 11111010 110101 10111 0 10 11001110 1011101 1001000

Color Harmonies of #75C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0FA

Black with #75C0FA

Text Example


Text Example

White with #75C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,250); }

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

background-color css

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

 a { background-color: rgb(117,192,250); }

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

border-color css

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

 span { border-color: rgb(117,192,250); }

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