#91AFEB

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

Shades of Jordy Blue #91AFEB

Tints of Jordy Blue #91AFEB

Color information

#91AFEB (or 0x91AFEB) is unknown color: approx Jordy Blue. HEX triplet: 91, AF and EB. RGB value is (145,175,235). Sum of RGB (Red+Green+Blue) = 145+175+235=555 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.13% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #91AFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91AFEB is #6E5014. Grayscale: #ACACAC. Windows color (decimal): -7229461 or 15445905. OLE color: 15445905.

HSL color Cylindrical-coordinate representation of color #91AFEB: hue angle of 220º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91AFEB is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145175235-
CMYK0.380.2600.08
HSL220º69.23%74.51%-
HSV(B)220º38.3%92.16%-
XYZ4242.6884.62-
YUV172.87163.06108.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.13%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=26.13%
G=31.53%
B=42.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451752350.380.2600.0822069.2374.51
Hex91AFEB261A08dc454b
Octal2212573534632010334105113
Binary10010001101011111110101110011011010010001101110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,175,235); }

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

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

 a { background-color: rgb(145,175,235); }

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

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

 span { border-color: rgb(145,175,235); }

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