Html Css Color HEX #75BCEC Maya Blue

📋 copy color: '#75BCEC'

red 117 ◦ green 188 ◦ blue 236

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

Shades of Maya Blue #75BCEC

Tints of Maya Blue #75BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.75%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 21.63%
G = 34.75%
B = 43.62%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#75BCEC (or 0x75BCEC) is known color: Maya Blue. HEX triplet: 75, BC and EC. RGB value is (117,188,236). Sum of RGB (Red+Green+Blue) = 117+188+236=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #75BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BCEC is #8A4313. Grayscale: #ABABAB. Windows color (decimal): -9061140 or 15514741. OLE color: 15514741.

HSL color Cylindrical-coordinate representation of color #75BCEC: hue angle of 204.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75BCEC is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 188 236 -
CMYK 0.50 0.20 0 0.07
HSL 204.2º 0.76% 0.69% -
HSV(B) 204.2º 0.5% 0.93% -
XYZ 40.46 45.8 86.07 -
YUV 172.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 117 188 236 0.50 0.20 0 0.07 204.2 0.76 0.69
Hex 75 BC EC 32 14 0 7 CC 4C 45
Octal 165 274 354 62 24 0 7 314 114 105
Binary 1110101 10111100 11101100 110010 10100 0 111 11001100 1001100 1000101

Color Harmonies of #75BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCEC

Black with #75BCEC

Text Example


Text Example

White with #75BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,188,236); }

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

background-color css

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

 a { background-color: rgb(117,188,236); }

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

border-color css

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

 span { border-color: rgb(117,188,236); }

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