Html Css Color HEX #83D5FC Light Sky Blue

📋 copy color: '#83D5FC'

red 131 ◦ green 213 ◦ blue 252

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

Shades of Light Sky Blue #83D5FC

Tints of Light Sky Blue #83D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.74%

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 21.98%
G = 35.74%
B = 42.28%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83D5FC (or 0x83D5FC) is known color: Light Sky Blue. HEX triplet: 83, D5 and FC. RGB value is (131,213,252). Sum of RGB (Red+Green+Blue) = 131+213+252=596 (78% of max value = 765). Red value is 131 (51.56% from 255 or 21.98% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #83D5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83D5FC is #7C2A03. Grayscale: #C0C0C0. Windows color (decimal): -8137220 or 16569731. OLE color: 16569731.

HSL color Cylindrical-coordinate representation of color #83D5FC: hue angle of 199.34º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83D5FC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 213 252 -
CMYK 0.48 0.15 0 0.01
HSL 199.34º 0.95% 0.75% -
HSV(B) 199.34º 0.48% 0.99% -
XYZ 50.73 59.44 100.9 -
YUV 192.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 131 213 252 0.48 0.15 0 0.01 199.34 0.95 0.75
Hex 83 D5 FC 30 F 0 1 C7 5F 4B
Octal 203 325 374 60 17 0 1 307 137 113
Binary 10000011 11010101 11111100 110000 1111 0 1 11000111 1011111 1001011

Color Harmonies of #83D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D5FC

Black with #83D5FC

Text Example


Text Example

White with #83D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,213,252); }

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

background-color css

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

 a { background-color: rgb(131,213,252); }

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

border-color css

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

 span { border-color: rgb(131,213,252); }

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