#83CCFD

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

Shades of Light Sky Blue #83CCFD

Tints of Light Sky Blue #83CCFD

Color information

#83CCFD (or 0x83CCFD) is unknown color: approx Light Sky Blue. HEX triplet: 83, CC and FD. RGB value is (131,204,253). Sum of RGB (Red+Green+Blue) = 131+204+253=588 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.28% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #83CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CCFD is #7C3302. Grayscale: #BBBBBB. Windows color (decimal): -8139523 or 16632963. OLE color: 16632963.

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

Color convert

RGB131204253-
CMYK0.480.1900.01
HSL204.1º96.83%75.29%-
HSV(B)204.1º48.22%99.22%-
XYZ48.6855.1101-
YUV187.76164.8287.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.28%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=22.28%
G=34.69%
B=43.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1312042530.480.1900.01204.196.8375.29
Hex83CCFD301301cc614b
Octal203314375602301314141113
Binary10000011110011001111110111000010011011100110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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