Html Css Color HEX #83CBDF Spray

📋 copy color: '#83CBDF'

red 131 ◦ green 203 ◦ blue 223

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

Shades of Spray #83CBDF

Tints of Spray #83CBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 23.52%
G = 36.45%
B = 40.04%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83CBDF (or 0x83CBDF) is known color: Spray. HEX triplet: 83, CB and DF. RGB value is (131,203,223). Sum of RGB (Red+Green+Blue) = 131+203+223=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #83CBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CBDF is #7C3420. Grayscale: #B7B7B7. Windows color (decimal): -8139809 or 14666627. OLE color: 14666627.

HSL color Cylindrical-coordinate representation of color #83CBDF: hue angle of 193.04º degrees, saturation: 0.59, 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 #83CBDF is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 203 223 -
CMYK 0.41 0.09 0 0.13
HSL 193.04º 0.59% 0.69% -
HSV(B) 193.04º 0.41% 0.87% -
XYZ 44.04 52.86 77.7 -
YUV 183.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 131 203 223 0.41 0.09 0 0.13 193.04 0.59 0.69
Hex 83 CB DF 29 9 0 D C1 3B 45
Octal 203 313 337 51 11 0 15 301 73 105
Binary 10000011 11001011 11011111 101001 1001 0 1101 11000001 111011 1000101

Color Harmonies of #83CBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CBDF

Black with #83CBDF

Text Example


Text Example

White with #83CBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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