Html Css Color HEX #83DCFD Light Sky Blue

📋 copy color: '#83DCFD'

red 131 ◦ green 220 ◦ blue 253

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

Shades of Light Sky Blue #83DCFD

Tints of Light Sky Blue #83DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 21.69%
G = 36.42%
B = 41.89%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#83DCFD (or 0x83DCFD) is known color: Light Sky Blue. HEX triplet: 83, DC and FD. RGB value is (131,220,253). Sum of RGB (Red+Green+Blue) = 131+220+253=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #83DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCFD is #7C2302. Grayscale: #C4C4C4. Windows color (decimal): -8135427 or 16637059. OLE color: 16637059.

HSL color Cylindrical-coordinate representation of color #83DCFD: hue angle of 196.23º degrees, saturation: 0.97, 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 #83DCFD is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 220 253 -
CMYK 0.48 0.13 0 0.01
HSL 196.23º 0.97% 0.75% -
HSV(B) 196.23º 0.48% 0.99% -
XYZ 52.68 63.1 102.33 -
YUV 197.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 131 220 253 0.48 0.13 0 0.01 196.23 0.97 0.75
Hex 83 DC FD 30 D 0 1 C4 61 4B
Octal 203 334 375 60 15 0 1 304 141 113
Binary 10000011 11011100 11111101 110000 1101 0 1 11000100 1100001 1001011

Color Harmonies of #83DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83DCFD

Black with #83DCFD

Text Example


Text Example

White with #83DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,220,253); }

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

background-color css

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

 a { background-color: rgb(131,220,253); }

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

border-color css

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

 span { border-color: rgb(131,220,253); }

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