#91B5F1

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

Shades of Jordy Blue #91B5F1

Tints of Jordy Blue #91B5F1

Color information

#91B5F1 (or 0x91B5F1) is unknown color: approx Jordy Blue. HEX triplet: 91, B5 and F1. RGB value is (145,181,241). Sum of RGB (Red+Green+Blue) = 145+181+241=567 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.57% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #91B5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B5F1 is #6E4A0E. Grayscale: #B0B0B0. Windows color (decimal): -7227919 or 15840657. OLE color: 15840657.

HSL color Cylindrical-coordinate representation of color #91B5F1: hue angle of 217.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91B5F1 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145181241-
CMYK0.400.2500.05
HSL217.5º77.42%75.69%-
HSV(B)217.5º39.83%94.51%-
XYZ44.0845.4289.66-
YUV177.08164.07105.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.57%
GREEN value IS 181 (71.09% from 255) = 31.92%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=25.57%
G=31.92%
B=42.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451812410.400.2500.05217.577.4275.69
Hex91B5F1281905da4d4c
Octal221265361503105332115114
Binary1001000110110101111100011010001100101011101101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,181,241); }

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

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

 a { background-color: rgb(145,181,241); }

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

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

 span { border-color: rgb(145,181,241); }

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