Html Css Color HEX #83CBDD Spray

📋 copy color: '#83CBDD'

red 131 ◦ green 203 ◦ blue 221

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

Shades of Spray #83CBDD

Tints of Spray #83CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.82%

R = 23.6%
G = 36.58%
B = 39.82%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CBDD (or 0x83CBDD) is known color: Spray. HEX triplet: 83, CB and DD. RGB value is (131,203,221). Sum of RGB (Red+Green+Blue) = 131+203+221=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #83CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDD is #7C3422. Grayscale: #B7B7B7. Windows color (decimal): -8139811 or 14535555. OLE color: 14535555.

HSL color Cylindrical-coordinate representation of color #83CBDD: hue angle of 192º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83CBDD is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 203 221 -
CMYK 0.41 0.08 0 0.13
HSL 192º 0.57% 0.69% -
HSV(B) 192º 0.41% 0.87% -
XYZ 43.77 52.76 76.28 -
YUV 183.52 149.15 90.54 -
System Red Green Blue C M Y K H S L
Decimal 131 203 221 0.41 0.08 0 0.13 192 0.57 0.69
Hex 83 CB DD 29 8 0 D C0 39 45
Octal 203 313 335 51 10 0 15 300 71 105
Binary 10000011 11001011 11011101 101001 1000 0 1101 11000000 111001 1000101

Color Harmonies of #83CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBDD

Black with #83CBDD

Text Example


Text Example

White with #83CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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