#91BFFE

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

Shades of Light Sky Blue #91BFFE

Tints of Light Sky Blue #91BFFE

Color information

#91BFFE (or 0x91BFFE) is unknown color: approx Light Sky Blue. HEX triplet: 91, BF and FE. RGB value is (145,191,254). Sum of RGB (Red+Green+Blue) = 145+191+254=590 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.58% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #91BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BFFE is #6E4001. Grayscale: #B8B8B8. Windows color (decimal): -7225346 or 16695185. OLE color: 16695185.

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

Color convert

RGB145191254-
CMYK0.430.2500.00
HSL214.68º98.2%78.24%-
HSV(B)214.68º42.91%99.61%-
XYZ48.250.44100.96-
YUV184.43167.2699.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.58%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=24.58%
G=32.37%
B=43.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1451912540.430.2500.00214.6898.278.24
Hex91BFFE2B1900d7624e
Octal221277376533100327142116
Binary10010001101111111111111010101111001001101011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,191,254); }

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

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

 a { background-color: rgb(145,191,254); }

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

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

 span { border-color: rgb(145,191,254); }

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