Html Css Color HEX #83C2EB Sky Blue

📋 copy color: '#83C2EB'

red 131 ◦ green 194 ◦ blue 235

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

Shades of Sky Blue #83C2EB

Tints of Sky Blue #83C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.64%

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 23.39%
G = 34.64%
B = 41.96%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83C2EB (or 0x83C2EB) is known color: Sky Blue. HEX triplet: 83, C2 and EB. RGB value is (131,194,235). Sum of RGB (Red+Green+Blue) = 131+194+235=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #83C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C2EB is #7C3D14. Grayscale: #B3B3B3. Windows color (decimal): -8142101 or 15450755. OLE color: 15450755.

HSL color Cylindrical-coordinate representation of color #83C2EB: hue angle of 203.65º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83C2EB is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 194 235 -
CMYK 0.44 0.17 0 0.08
HSL 203.65º 0.72% 0.72% -
HSV(B) 203.65º 0.44% 0.92% -
XYZ 43.65 49.41 85.83 -
YUV 179.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 131 194 235 0.44 0.17 0 0.08 203.65 0.72 0.72
Hex 83 C2 EB 2C 11 0 8 CC 48 48
Octal 203 302 353 54 21 0 10 314 110 110
Binary 10000011 11000010 11101011 101100 10001 0 1000 11001100 1001000 1001000

Color Harmonies of #83C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C2EB

Black with #83C2EB

Text Example


Text Example

White with #83C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,194,235); }

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

background-color css

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

 a { background-color: rgb(131,194,235); }

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

border-color css

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

 span { border-color: rgb(131,194,235); }

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