Html Css Color HEX #83C2FE Light Sky Blue

📋 copy color: '#83C2FE'

red 131 ◦ green 194 ◦ blue 254

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

Shades of Light Sky Blue #83C2FE

Tints of Light Sky Blue #83C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 22.63%
G = 33.51%
B = 43.87%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83C2FE (or 0x83C2FE) is known color: Light Sky Blue. HEX triplet: 83, C2 and FE. RGB value is (131,194,254). Sum of RGB (Red+Green+Blue) = 131+194+254=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #83C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C2FE is #7C3D01. Grayscale: #B5B5B5. Windows color (decimal): -8142082 or 16695939. OLE color: 16695939.

HSL color Cylindrical-coordinate representation of color #83C2FE: hue angle of 209.27º 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 #83C2FE is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 131 194 254 -
CMYK 0.48 0.24 0 0.00
HSL 209.27º 0.98% 0.75% -
HSV(B) 209.27º 0.48% 1% -
XYZ 46.54 50.56 101.07 -
YUV 182 168.63 91.62 -
System Red Green Blue C M Y K H S L
Decimal 131 194 254 0.48 0.24 0 0.00 209.27 0.98 0.75
Hex 83 C2 FE 30 18 0 0 D1 62 4B
Octal 203 302 376 60 30 0 0 321 142 113
Binary 10000011 11000010 11111110 110000 11000 0 0 11010001 1100010 1001011

Color Harmonies of #83C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C2FE

Black with #83C2FE

Text Example


Text Example

White with #83C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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