Html Css Color HEX #83CBDB Spray

📋 copy color: '#83CBDB'

red 131 ◦ green 203 ◦ blue 219

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

Shades of Spray #83CBDB

Tints of Spray #83CBDB

RGB

 RED value IS 131 (51.56% from 255) = 23.69%

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 23.69%
G = 36.71%
B = 39.6%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#83CBDB (or 0x83CBDB) is known color: Spray. HEX triplet: 83, CB and DB. RGB value is (131,203,219). Sum of RGB (Red+Green+Blue) = 131+203+219=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #83CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDB is #7C3424. Grayscale: #B7B7B7. Windows color (decimal): -8139813 or 14404483. OLE color: 14404483.

HSL color Cylindrical-coordinate representation of color #83CBDB: hue angle of 190.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83CBDB is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 203 219 -
CMYK 0.40 0.07 0 0.14
HSL 190.91º 0.55% 0.69% -
HSV(B) 190.91º 0.4% 0.86% -
XYZ 43.5 52.65 74.89 -
YUV 183.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 131 203 219 0.40 0.07 0 0.14 190.91 0.55 0.69
Hex 83 CB DB 28 7 0 E BF 37 45
Octal 203 313 333 50 7 0 16 277 67 105
Binary 10000011 11001011 11011011 101000 111 0 1110 10111111 110111 1000101

Color Harmonies of #83CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBDB

Black with #83CBDB

Text Example


Text Example

White with #83CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CBDB; }

 p { color: rgb(131,203,219); }

 H1.HeaderClassName
 {
   color: #83CBDB;
 }
 .AnyTagClassName
 {
   color: #83CBDB;
 }
</style>

background-color css

<style>
 a { background-color: #83CBDB; }

 a { background-color: rgb(131,203,219); }

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

border-color css

<style>
 span { border-color: #83CBDB; }

 span { border-color: rgb(131,203,219); }

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