#83DBFE

Color #83DBFE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #83DBFE

Tints of Light Sky Blue #83DBFE

Color information

#83DBFE (or 0x83DBFE) is unknown color: approx Light Sky Blue. HEX triplet: 83, DB and FE. RGB value is (131,219,254). Sum of RGB (Red+Green+Blue) = 131+219+254=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #83DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DBFE is #7C2401. Grayscale: #C4C4C4. Windows color (decimal): -8135682 or 16702339. OLE color: 16702339.

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

Color convert

RGB131219254-
CMYK0.480.1400.00
HSL197.07º98.4%75.49%-
HSV(B)197.07º48.43%99.61%-
XYZ52.5862.64103.09-
YUV196.68160.3581.15-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.69%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=21.69%
G=36.26%
B=42.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1312192540.480.1400.00197.0798.475.49
Hex83DBFE30E00c5624b
Octal203333376601600305142113
Binary1000001111011011111111101100001110001100010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83DBFE;
 }
 .AnyTagClassName
 {
   color: #83DBFE;
 }
</style>
background-color css

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

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

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

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

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

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