Html Css Color HEX #83CFE0 Spray

📋 copy color: '#83CFE0'

red 131 ◦ green 207 ◦ blue 224

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

Shades of Spray #83CFE0

Tints of Spray #83CFE0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 23.31%
G = 36.83%
B = 39.86%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#83CFE0 (or 0x83CFE0) is known color: Spray. HEX triplet: 83, CF and E0. RGB value is (131,207,224). Sum of RGB (Red+Green+Blue) = 131+207+224=562 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.31% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #83CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFE0 is #7C301F. Grayscale: #BABABA. Windows color (decimal): -8138784 or 14733187. OLE color: 14733187.

HSL color Cylindrical-coordinate representation of color #83CFE0: hue angle of 190.97º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83CFE0 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 207 224 -
CMYK 0.42 0.08 0 0.12
HSL 190.97º 0.6% 0.7% -
HSV(B) 190.97º 0.42% 0.88% -
XYZ 45.13 54.83 78.73 -
YUV 186.21 149.32 88.62 -
System Red Green Blue C M Y K H S L
Decimal 131 207 224 0.42 0.08 0 0.12 190.97 0.6 0.7
Hex 83 CF E0 2A 8 0 C BF 3C 46
Octal 203 317 340 52 10 0 14 277 74 106
Binary 10000011 11001111 11100000 101010 1000 0 1100 10111111 111100 1000110

Color Harmonies of #83CFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CFE0

Black with #83CFE0

Text Example


Text Example

White with #83CFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,207,224); }

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

background-color css

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

 a { background-color: rgb(131,207,224); }

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

border-color css

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

 span { border-color: rgb(131,207,224); }

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