#71DAFF

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

Shades of Light Sky Blue #71DAFF

Tints of Light Sky Blue #71DAFF

Color information

#71DAFF (or 0x71DAFF) is unknown color: approx Light Sky Blue. HEX triplet: 71, DA and FF. RGB value is (113,218,255). Sum of RGB (Red+Green+Blue) = 113+218+255=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #71DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DAFF is #8E2500. Grayscale: #BEBEBE. Windows color (decimal): -9315585 or 16767601. OLE color: 16767601.

HSL color Cylindrical-coordinate representation of color #71DAFF: hue angle of 195.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DAFF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB113218255-
CMYK0.560.1500
HSL195.63º100%72.16%-
HSV(B)195.63º55.69%100%-
XYZ49.9360.87103.73-
YUV190.82164.2172.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.28%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 255 (100% from 255) = 43.52%
R=19.28%
G=37.20%
B=43.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1132182550.560.1500195.6310072.16
Hex71DAFF38F00c46448
Octal161332377701700304144110
Binary111000111011010111111111110001111001100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71DAFF; }

 p { color: rgb(113,218,255); }

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

<style>
 a { background-color: #71DAFF; }

 a { background-color: rgb(113,218,255); }

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

<style>
 span { border-color: #71DAFF; }

 span { border-color: rgb(113,218,255); }

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