Html Css Color HEX #83DEFA Light Sky Blue

📋 copy color: '#83DEFA'

red 131 ◦ green 222 ◦ blue 250

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

Shades of Light Sky Blue #83DEFA

Tints of Light Sky Blue #83DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.82%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 21.72%
G = 36.82%
B = 41.46%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#83DEFA (or 0x83DEFA) is known color: Light Sky Blue. HEX triplet: 83, DE and FA. RGB value is (131,222,250). Sum of RGB (Red+Green+Blue) = 131+222+250=603 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.72% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #83DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DEFA is #7C2105. Grayscale: #C5C5C5. Windows color (decimal): -8134918 or 16440963. OLE color: 16440963.

HSL color Cylindrical-coordinate representation of color #83DEFA: hue angle of 194.12º degrees, saturation: 0.92, 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 #83DEFA is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 222 250 -
CMYK 0.48 0.11 0 0.02
HSL 194.12º 0.92% 0.75% -
HSV(B) 194.12º 0.48% 0.98% -
XYZ 52.74 63.97 100.01 -
YUV 197.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 131 222 250 0.48 0.11 0 0.02 194.12 0.92 0.75
Hex 83 DE FA 30 B 0 2 C2 5C 4B
Octal 203 336 372 60 13 0 2 302 134 113
Binary 10000011 11011110 11111010 110000 1011 0 10 11000010 1011100 1001011

Color Harmonies of #83DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DEFA

Black with #83DEFA

Text Example


Text Example

White with #83DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,222,250); }

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

background-color css

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

 a { background-color: rgb(131,222,250); }

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

border-color css

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

 span { border-color: rgb(131,222,250); }

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