Html Css Color HEX #83C8FE Light Sky Blue

📋 copy color: '#83C8FE'

red 131 ◦ green 200 ◦ blue 254

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

Shades of Light Sky Blue #83C8FE

Tints of Light Sky Blue #83C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.19%

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

R = 22.39%
G = 34.19%
B = 43.42%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#83C8FE (or 0x83C8FE) is known color: Light Sky Blue. HEX triplet: 83, C8 and FE. RGB value is (131,200,254). Sum of RGB (Red+Green+Blue) = 131+200+254=585 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.39% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #83C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83C8FE is #7C3701. Grayscale: #B9B9B9. Windows color (decimal): -8140546 or 16697475. OLE color: 16697475.

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

Color convert

RGB 131 200 254 -
CMYK 0.48 0.21 0 0.00
HSL 206.34º 0.98% 0.75% -
HSV(B) 206.34º 0.48% 1% -
XYZ 47.9 53.29 101.53 -
YUV 185.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 131 200 254 0.48 0.21 0 0.00 206.34 0.98 0.75
Hex 83 C8 FE 30 15 0 0 CE 62 4B
Octal 203 310 376 60 25 0 0 316 142 113
Binary 10000011 11001000 11111110 110000 10101 0 0 11001110 1100010 1001011

Color Harmonies of #83C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C8FE

Black with #83C8FE

Text Example


Text Example

White with #83C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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