Html Css Color HEX #83CCDA Spray

📋 copy color: '#83CCDA'

red 131 ◦ green 204 ◦ blue 218

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

Shades of Spray #83CCDA

Tints of Spray #83CCDA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 23.69%
G = 36.89%
B = 39.42%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#83CCDA (or 0x83CCDA) is known color: Spray. HEX triplet: 83, CC and DA. RGB value is (131,204,218). Sum of RGB (Red+Green+Blue) = 131+204+218=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #83CCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCDA is #7C3325. Grayscale: #B7B7B7. Windows color (decimal): -8139558 or 14339203. OLE color: 14339203.

HSL color Cylindrical-coordinate representation of color #83CCDA: hue angle of 189.66º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83CCDA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 204 218 -
CMYK 0.40 0.06 0 0.15
HSL 189.66º 0.54% 0.68% -
HSV(B) 189.66º 0.4% 0.85% -
XYZ 43.61 53.07 74.28 -
YUV 183.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 131 204 218 0.40 0.06 0 0.15 189.66 0.54 0.68
Hex 83 CC DA 28 6 0 F BE 36 44
Octal 203 314 332 50 6 0 17 276 66 104
Binary 10000011 11001100 11011010 101000 110 0 1111 10111110 110110 1000100

Color Harmonies of #83CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCDA

Black with #83CCDA

Text Example


Text Example

White with #83CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,204,218); }

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

background-color css

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

 a { background-color: rgb(131,204,218); }

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

border-color css

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

 span { border-color: rgb(131,204,218); }

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