Html Css Color HEX #83DBF0 Sky Blue

📋 copy color: '#83DBF0'

red 131 ◦ green 219 ◦ blue 240

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

Shades of Sky Blue #83DBF0

Tints of Sky Blue #83DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 240 (94.14% from 255) = 40.68%

R = 22.2%
G = 37.12%
B = 40.68%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#83DBF0 (or 0x83DBF0) is known color: Sky Blue. HEX triplet: 83, DB and F0. RGB value is (131,219,240). Sum of RGB (Red+Green+Blue) = 131+219+240=590 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.20% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #83DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBF0 is #7C240F. Grayscale: #C2C2C2. Windows color (decimal): -8135696 or 15784835. OLE color: 15784835.

HSL color Cylindrical-coordinate representation of color #83DBF0: hue angle of 191.56º degrees, saturation: 0.78, 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 #83DBF0 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 219 240 -
CMYK 0.45 0.09 0 0.06
HSL 191.56º 0.78% 0.73% -
HSV(B) 191.56º 0.45% 0.94% -
XYZ 50.42 61.78 91.71 -
YUV 195.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 131 219 240 0.45 0.09 0 0.06 191.56 0.78 0.73
Hex 83 DB F0 2D 9 0 6 C0 4E 49
Octal 203 333 360 55 11 0 6 300 116 111
Binary 10000011 11011011 11110000 101101 1001 0 110 11000000 1001110 1001001

Color Harmonies of #83DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBF0

Black with #83DBF0

Text Example


Text Example

White with #83DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,219,240); }

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

background-color css

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

 a { background-color: rgb(131,219,240); }

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

border-color css

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

 span { border-color: rgb(131,219,240); }

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