#91BDFF

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

Shades of Light Sky Blue #91BDFF

Tints of Light Sky Blue #91BDFF

Color information

#91BDFF (or 0x91BDFF) is unknown color: approx Light Sky Blue. HEX triplet: 91, BD and FF. RGB value is (145,189,255). Sum of RGB (Red+Green+Blue) = 145+189+255=589 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.62% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #91BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BDFF is #6E4200. Grayscale: #B7B7B7. Windows color (decimal): -7225857 or 16760209. OLE color: 16760209.

HSL color Cylindrical-coordinate representation of color #91BDFF: hue angle of 216º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91BDFF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB145189255-
CMYK0.430.2600
HSL216º100%78.43%-
HSV(B)216º43.14%100%-
XYZ47.9249.63101.66-
YUV183.37168.42100.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.62%
GREEN value IS 189 (74.22% from 255) = 32.09%
BLUE value IS 255 (100% from 255) = 43.29%
R=24.62%
G=32.09%
B=43.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1451892550.430.260021610078.43
Hex91BDFF2B1A00d8644e
Octal221275377533200330144116
Binary10010001101111011111111110101111010001101100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BDFF; }

 p { color: rgb(145,189,255); }

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

<style>
 a { background-color: #91BDFF; }

 a { background-color: rgb(145,189,255); }

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

<style>
 span { border-color: #91BDFF; }

 span { border-color: rgb(145,189,255); }

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