#83CFFF

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

Shades of Light Sky Blue #83CFFF

Tints of Light Sky Blue #83CFFF

Color information

#83CFFF (or 0x83CFFF) is unknown color: approx Light Sky Blue. HEX triplet: 83, CF and FF. RGB value is (131,207,255). Sum of RGB (Red+Green+Blue) = 131+207+255=593 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.09% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #83CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #83CFFF is #7C3000. Grayscale: #BDBDBD. Windows color (decimal): -8138753 or 16764803. OLE color: 16764803.

HSL color Cylindrical-coordinate representation of color #83CFFF: hue angle of 203.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83CFFF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB131207255-
CMYK0.490.1900
HSL203.23º100%75.69%-
HSV(B)203.23º48.63%100%-
XYZ49.7256.67102.93-
YUV189.75164.8286.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.09%
GREEN value IS 207 (81.25% from 255) = 34.91%
BLUE value IS 255 (100% from 255) = 43.00%
R=22.09%
G=34.91%
B=43.00%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312072550.490.1900203.2310075.69
Hex83CFFF311300cb644c
Octal203317377612300313144114
Binary10000011110011111111111111000110011001100101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,207,255); }

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

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

 a { background-color: rgb(131,207,255); }

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

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

 span { border-color: rgb(131,207,255); }

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