Html Css Color HEX #83C0DF Sky Blue

📋 copy color: '#83C0DF'

red 131 ◦ green 192 ◦ blue 223

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

Shades of Sky Blue #83C0DF

Tints of Sky Blue #83C0DF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.16%

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

R = 23.99%
G = 35.16%
B = 40.84%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#83C0DF (or 0x83C0DF) is known color: Sky Blue. HEX triplet: 83, C0 and DF. RGB value is (131,192,223). Sum of RGB (Red+Green+Blue) = 131+192+223=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #83C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C0DF is #7C3F20. Grayscale: #B1B1B1. Windows color (decimal): -8142625 or 14663811. OLE color: 14663811.

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

Color convert

RGB 131 192 223 -
CMYK 0.41 0.14 0 0.13
HSL 200.22º 0.59% 0.69% -
HSV(B) 200.22º 0.41% 0.87% -
XYZ 41.53 47.85 76.86 -
YUV 177.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 131 192 223 0.41 0.14 0 0.13 200.22 0.59 0.69
Hex 83 C0 DF 29 E 0 D C8 3B 45
Octal 203 300 337 51 16 0 15 310 73 105
Binary 10000011 11000000 11011111 101001 1110 0 1101 11001000 111011 1000101

Color Harmonies of #83C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C0DF

Black with #83C0DF

Text Example


Text Example

White with #83C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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