Html Css Color HEX #83BCEB Sky Blue

📋 copy color: '#83BCEB'

red 131 ◦ green 188 ◦ blue 235

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

Shades of Sky Blue #83BCEB

Tints of Sky Blue #83BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

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

R = 23.65%
G = 33.94%
B = 42.42%

CMYK

 C value IS 0.44

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#83BCEB (or 0x83BCEB) is known color: Sky Blue. HEX triplet: 83, BC and EB. RGB value is (131,188,235). Sum of RGB (Red+Green+Blue) = 131+188+235=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #83BCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83BCEB is #7C4314. Grayscale: #B0B0B0. Windows color (decimal): -8143637 or 15449219. OLE color: 15449219.

HSL color Cylindrical-coordinate representation of color #83BCEB: hue angle of 207.12º 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 #83BCEB is Cyan = 0.44, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 188 235 -
CMYK 0.44 0.2 0 0.08
HSL 207.12º 0.72% 0.72% -
HSV(B) 207.12º 0.44% 0.92% -
XYZ 42.34 46.79 85.4 -
YUV 176.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 131 188 235 0.44 0.2 0 0.08 207.12 0.72 0.72
Hex 83 BC EB 2C 14 0 8 CF 48 48
Octal 203 274 353 54 24 0 10 317 110 110
Binary 10000011 10111100 11101011 101100 10100 0 1000 11001111 1001000 1001000

Color Harmonies of #83BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCEB

Black with #83BCEB

Text Example


Text Example

White with #83BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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