Html Css Color HEX #73CBEB Spray

📋 copy color: '#73CBEB'

red 115 ◦ green 203 ◦ blue 235

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

Shades of Spray #73CBEB

Tints of Spray #73CBEB

RGB

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

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

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

R = 20.8%
G = 36.71%
B = 42.5%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73CBEB (or 0x73CBEB) is known color: Spray. HEX triplet: 73, CB and EB. RGB value is (115,203,235). Sum of RGB (Red+Green+Blue) = 115+203+235=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #73CBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBEB is #8C3414. Grayscale: #B4B4B4. Windows color (decimal): -9188373 or 15453043. OLE color: 15453043.

HSL color Cylindrical-coordinate representation of color #73CBEB: hue angle of 196º 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 #73CBEB is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 203 235 -
CMYK 0.51 0.14 0 0.08
HSL 196º 0.75% 0.69% -
HSV(B) 196º 0.51% 0.92% -
XYZ 43.42 52.35 86.41 -
YUV 180.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 115 203 235 0.51 0.14 0 0.08 196 0.75 0.69
Hex 73 CB EB 33 E 0 8 C4 4B 45
Octal 163 313 353 63 16 0 10 304 113 105
Binary 1110011 11001011 11101011 110011 1110 0 1000 11000100 1001011 1000101

Color Harmonies of #73CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBEB

Black with #73CBEB

Text Example


Text Example

White with #73CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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