Html Css Color HEX #83D2FE Light Sky Blue

📋 copy color: '#83D2FE'

red 131 ◦ green 210 ◦ blue 254

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

Shades of Light Sky Blue #83D2FE

Tints of Light Sky Blue #83D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.29%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 22.02%
G = 35.29%
B = 42.69%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83D2FE (or 0x83D2FE) is known color: Light Sky Blue. HEX triplet: 83, D2 and FE. RGB value is (131,210,254). Sum of RGB (Red+Green+Blue) = 131+210+254=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #83D2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D2FE is #7C2D01. Grayscale: #BFBFBF. Windows color (decimal): -8137986 or 16700035. OLE color: 16700035.

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

Color convert

RGB 131 210 254 -
CMYK 0.48 0.17 0 0.00
HSL 201.46º 0.98% 0.75% -
HSV(B) 201.46º 0.48% 1% -
XYZ 50.3 58.07 102.32 -
YUV 191.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 131 210 254 0.48 0.17 0 0.00 201.46 0.98 0.75
Hex 83 D2 FE 30 11 0 0 C9 62 4B
Octal 203 322 376 60 21 0 0 311 142 113
Binary 10000011 11010010 11111110 110000 10001 0 0 11001001 1100010 1001011

Color Harmonies of #83D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D2FE

Black with #83D2FE

Text Example


Text Example

White with #83D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,210,254); }

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

background-color css

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

 a { background-color: rgb(131,210,254); }

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

border-color css

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

 span { border-color: rgb(131,210,254); }

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