Html Css Color HEX #73CBE1 Spray

📋 copy color: '#73CBE1'

red 115 ◦ green 203 ◦ blue 225

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

Shades of Spray #73CBE1

Tints of Spray #73CBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.44%

R = 21.18%
G = 37.38%
B = 41.44%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#73CBE1 (or 0x73CBE1) is known color: Spray. HEX triplet: 73, CB and E1. RGB value is (115,203,225). Sum of RGB (Red+Green+Blue) = 115+203+225=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #73CBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CBE1 is #8C341E. Grayscale: #B3B3B3. Windows color (decimal): -9188383 or 14797683. OLE color: 14797683.

HSL color Cylindrical-coordinate representation of color #73CBE1: hue angle of 192º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73CBE1 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 203 225 -
CMYK 0.49 0.10 0 0.12
HSL 192º 0.65% 0.67% -
HSV(B) 192º 0.49% 0.88% -
XYZ 42.02 51.79 79.02 -
YUV 179.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 115 203 225 0.49 0.10 0 0.12 192 0.65 0.67
Hex 73 CB E1 31 A 0 C C0 41 43
Octal 163 313 341 61 12 0 14 300 101 103
Binary 1110011 11001011 11100001 110001 1010 0 1100 11000000 1000001 1000011

Color Harmonies of #73CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBE1

Black with #73CBE1

Text Example


Text Example

White with #73CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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