Html Css Color HEX #73BCEB Maya Blue

📋 copy color: '#73BCEB'

red 115 ◦ green 188 ◦ blue 235

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

Shades of Maya Blue #73BCEB

Tints of Maya Blue #73BCEB

RGB

 RED value IS 115 (45.31% from 255) = 21.38%

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

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 21.38%
G = 34.94%
B = 43.68%

CMYK

 C value IS 0.51

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73BCEB (or 0x73BCEB) is known color: Maya Blue. HEX triplet: 73, BC and EB. RGB value is (115,188,235). Sum of RGB (Red+Green+Blue) = 115+188+235=538 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.38% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #73BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCEB is #8C4314. Grayscale: #ABABAB. Windows color (decimal): -9192213 or 15449203. OLE color: 15449203.

HSL color Cylindrical-coordinate representation of color #73BCEB: hue angle of 203.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73BCEB is Cyan = 0.51, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 188 235 -
CMYK 0.51 0.2 0 0.08
HSL 203.5º 0.75% 0.69% -
HSV(B) 203.5º 0.51% 0.92% -
XYZ 40.05 45.61 85.29 -
YUV 171.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 115 188 235 0.51 0.2 0 0.08 203.5 0.75 0.69
Hex 73 BC EB 33 14 0 8 CC 4B 45
Octal 163 274 353 63 24 0 10 314 113 105
Binary 1110011 10111100 11101011 110011 10100 0 1000 11001100 1001011 1000101

Color Harmonies of #73BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCEB

Black with #73BCEB

Text Example


Text Example

White with #73BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73BCEB; }

 p { color: rgb(115,188,235); }

 H1.HeaderClassName
 {
   color: #73BCEB;
 }
 .AnyTagClassName
 {
   color: #73BCEB;
 }
</style>

background-color css

<style>
 a { background-color: #73BCEB; }

 a { background-color: rgb(115,188,235); }

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

border-color css

<style>
 span { border-color: #73BCEB; }

 span { border-color: rgb(115,188,235); }

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