Html Css Color HEX #73CBFF Maya Blue

📋 copy color: '#73CBFF'

red 115 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #73CBFF

Tints of Maya Blue #73CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.43%

 BLUE value IS 255 (100% from 255) = 44.5%

R = 20.07%
G = 35.43%
B = 44.5%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73CBFF (or 0x73CBFF) is known color: Maya Blue. HEX triplet: 73, CB and FF. RGB value is (115,203,255). Sum of RGB (Red+Green+Blue) = 115+203+255=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #73CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBFF is #8C3400. Grayscale: #B6B6B6. Windows color (decimal): -9188353 or 16763763. OLE color: 16763763.

HSL color Cylindrical-coordinate representation of color #73CBFF: hue angle of 202.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73CBFF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 115 203 255 -
CMYK 0.55 0.20 0 0
HSL 202.29º 1% 0.73% -
HSV(B) 202.29º 0.55% 1% -
XYZ 46.48 53.58 102.5 -
YUV 182.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 115 203 255 0.55 0.20 0 0 202.29 1 0.73
Hex 73 CB FF 37 14 0 0 CA 64 49
Octal 163 313 377 67 24 0 0 312 144 111
Binary 1110011 11001011 11111111 110111 10100 0 0 11001010 1100100 1001001

Color Harmonies of #73CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBFF

Black with #73CBFF

Text Example


Text Example

White with #73CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,203,255); }

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

background-color css

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

 a { background-color: rgb(115,203,255); }

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

border-color css

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

 span { border-color: rgb(115,203,255); }

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