Html Css Color HEX #83CEDA Spray

📋 copy color: '#83CEDA'

red 131 ◦ green 206 ◦ blue 218

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

Shades of Spray #83CEDA

Tints of Spray #83CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.12%

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

R = 23.6%
G = 37.12%
B = 39.28%

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

#83CEDA (or 0x83CEDA) is known color: Spray. HEX triplet: 83, CE and DA. RGB value is (131,206,218). Sum of RGB (Red+Green+Blue) = 131+206+218=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #83CEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEDA is #7C3125. Grayscale: #B8B8B8. Windows color (decimal): -8139046 or 14339715. OLE color: 14339715.

HSL color Cylindrical-coordinate representation of color #83CEDA: hue angle of 188.28º 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 #83CEDA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 206 218 -
CMYK 0.40 0.06 0 0.15
HSL 188.28º 0.54% 0.68% -
HSV(B) 188.28º 0.4% 0.85% -
XYZ 44.09 54.03 74.43 -
YUV 184.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 131 206 218 0.40 0.06 0 0.15 188.28 0.54 0.68
Hex 83 CE DA 28 6 0 F BC 36 44
Octal 203 316 332 50 6 0 17 274 66 104
Binary 10000011 11001110 11011010 101000 110 0 1111 10111100 110110 1000100

Color Harmonies of #83CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CEDA

Black with #83CEDA

Text Example


Text Example

White with #83CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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