Html Css Color HEX #83D0EF Sky Blue

📋 copy color: '#83D0EF'

red 131 ◦ green 208 ◦ blue 239

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

Shades of Sky Blue #83D0EF

Tints of Sky Blue #83D0EF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

 BLUE value IS 239 (93.75% from 255) = 41.35%

R = 22.66%
G = 35.99%
B = 41.35%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83D0EF (or 0x83D0EF) is known color: Sky Blue. HEX triplet: 83, D0 and EF. RGB value is (131,208,239). Sum of RGB (Red+Green+Blue) = 131+208+239=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #83D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D0EF is #7C2F10. Grayscale: #BCBCBC. Windows color (decimal): -8138513 or 15716483. OLE color: 15716483.

HSL color Cylindrical-coordinate representation of color #83D0EF: hue angle of 197.22º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83D0EF is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 208 239 -
CMYK 0.45 0.13 0 0.06
HSL 197.22º 0.77% 0.73% -
HSV(B) 197.22º 0.45% 0.94% -
XYZ 47.5 56.17 90 -
YUV 188.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 131 208 239 0.45 0.13 0 0.06 197.22 0.77 0.73
Hex 83 D0 EF 2D D 0 6 C5 4D 49
Octal 203 320 357 55 15 0 6 305 115 111
Binary 10000011 11010000 11101111 101101 1101 0 110 11000101 1001101 1001001

Color Harmonies of #83D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D0EF

Black with #83D0EF

Text Example


Text Example

White with #83D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,208,239); }

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

background-color css

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

 a { background-color: rgb(131,208,239); }

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

border-color css

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

 span { border-color: rgb(131,208,239); }

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