#83DCFB

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

Shades of Light Sky Blue #83DCFB

Tints of Light Sky Blue #83DCFB

Color information

#83DCFB (or 0x83DCFB) is unknown color: approx Light Sky Blue. HEX triplet: 83, DC and FB. RGB value is (131,220,251). Sum of RGB (Red+Green+Blue) = 131+220+251=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #83DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83DCFB is #7C2304. Grayscale: #C4C4C4. Windows color (decimal): -8135429 or 16505987. OLE color: 16505987.

HSL color Cylindrical-coordinate representation of color #83DCFB: hue angle of 195.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83DCFB is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB131220251-
CMYK0.480.1200.02
HSL195.5º93.75%74.9%-
HSV(B)195.5º47.81%98.43%-
XYZ52.3762.98100.66-
YUV196.92158.5180.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 21.76%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=21.76%
G=36.54%
B=41.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312202510.480.1200.02195.593.7574.9
Hex83DCFB30C02c45e4b
Octal203334373601402304136113
Binary10000011110111001111101111000011000101100010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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