Html Css Color HEX #83DBFB Light Sky Blue

📋 copy color: '#83DBFB'

red 131 ◦ green 219 ◦ blue 251

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

Shades of Light Sky Blue #83DBFB

Tints of Light Sky Blue #83DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 21.8%
G = 36.44%
B = 41.76%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83DBFB (or 0x83DBFB) is known color: Light Sky Blue. HEX triplet: 83, DB and FB. RGB value is (131,219,251). Sum of RGB (Red+Green+Blue) = 131+219+251=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #83DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBFB is #7C2404. Grayscale: #C4C4C4. Windows color (decimal): -8135685 or 16505731. OLE color: 16505731.

HSL color Cylindrical-coordinate representation of color #83DBFB: hue angle of 196º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83DBFB is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 219 251 -
CMYK 0.48 0.13 0 0.02
HSL 196º 0.94% 0.75% -
HSV(B) 196º 0.48% 0.98% -
XYZ 52.1 62.45 100.58 -
YUV 196.34 158.85 81.4 -
System Red Green Blue C M Y K H S L
Decimal 131 219 251 0.48 0.13 0 0.02 196 0.94 0.75
Hex 83 DB FB 30 D 0 2 C4 5E 4B
Octal 203 333 373 60 15 0 2 304 136 113
Binary 10000011 11011011 11111011 110000 1101 0 10 11000100 1011110 1001011

Color Harmonies of #83DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DBFB

Black with #83DBFB

Text Example


Text Example

White with #83DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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