Html Css Color HEX #91B4E4 Jordy Blue

📋 copy color: '#91B4E4'

red 145 ◦ green 180 ◦ blue 228

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

Shades of Jordy Blue #91B4E4

Tints of Jordy Blue #91B4E4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.55%

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 26.22%
G = 32.55%
B = 41.23%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#91B4E4 (or 0x91B4E4) is known color: Jordy Blue. HEX triplet: 91, B4 and E4. RGB value is (145,180,228). Sum of RGB (Red+Green+Blue) = 145+180+228=553 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.22% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #91B4E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4E4 is #6E4B1B. Grayscale: #AEAEAE. Windows color (decimal): -7228188 or 14988433. OLE color: 14988433.

HSL color Cylindrical-coordinate representation of color #91B4E4: hue angle of 214.7º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91B4E4 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 145 180 228 -
CMYK 0.36 0.21 0 0.11
HSL 214.7º 0.61% 0.73% -
HSV(B) 214.7º 0.36% 0.89% -
XYZ 42 44.26 79.73 -
YUV 175.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 145 180 228 0.36 0.21 0 0.11 214.7 0.61 0.73
Hex 91 B4 E4 24 15 0 B D7 3D 49
Octal 221 264 344 44 25 0 13 327 75 111
Binary 10010001 10110100 11100100 100100 10101 0 1011 11010111 111101 1001001

Color Harmonies of #91B4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91B4E4

Black with #91B4E4

Text Example


Text Example

White with #91B4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,180,228); }

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

background-color css

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

 a { background-color: rgb(145,180,228); }

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

border-color css

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

 span { border-color: rgb(145,180,228); }

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