Html Css Color HEX #91B5ED Jordy Blue

📋 copy color: '#91B5ED'

red 145 ◦ green 181 ◦ blue 237

#91B5ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #91B5ED

Tints of Jordy Blue #91B5ED

RGB

 RED value IS 145 (57.03% from 255) = 25.75%

 GREEN value IS 181 (71.09% from 255) = 32.15%

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 25.75%
G = 32.15%
B = 42.1%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#91B5ED (or 0x91B5ED) is known color: Jordy Blue. HEX triplet: 91, B5 and ED. RGB value is (145,181,237). Sum of RGB (Red+Green+Blue) = 145+181+237=563 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.75% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #91B5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91B5ED is #6E4A12. Grayscale: #B0B0B0. Windows color (decimal): -7227923 or 15578513. OLE color: 15578513.

HSL color Cylindrical-coordinate representation of color #91B5ED: hue angle of 216.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91B5ED is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 181 237 -
CMYK 0.39 0.24 0 0.07
HSL 216.52º 0.72% 0.75% -
HSV(B) 216.52º 0.39% 0.93% -
XYZ 43.49 45.18 86.55 -
YUV 176.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 145 181 237 0.39 0.24 0 0.07 216.52 0.72 0.75
Hex 91 B5 ED 27 18 0 7 D9 48 4B
Octal 221 265 355 47 30 0 7 331 110 113
Binary 10010001 10110101 11101101 100111 11000 0 111 11011001 1001000 1001011

Color Harmonies of #91B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B5ED

Black with #91B5ED

Text Example


Text Example

White with #91B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #91B5ED;
 }
 .AnyTagClassName
 {
   color: #91B5ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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