Html Css Color HEX #91ACEA Jordy Blue

📋 copy color: '#91ACEA'

red 145 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #91ACEA

Tints of Jordy Blue #91ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 234 (91.8% from 255) = 42.47%

R = 26.32%
G = 31.22%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91ACEA (or 0x91ACEA) is known color: Jordy Blue. HEX triplet: 91, AC and EA. RGB value is (145,172,234). Sum of RGB (Red+Green+Blue) = 145+172+234=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #91ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ACEA is #6E5315. Grayscale: #AAAAAA. Windows color (decimal): -7230230 or 15379601. OLE color: 15379601.

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

Color convert

RGB 145 172 234 -
CMYK 0.38 0.26 0 0.08
HSL 221.8º 0.68% 0.74% -
HSV(B) 221.8º 0.38% 0.92% -
XYZ 41.28 41.47 83.67 -
YUV 171 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 145 172 234 0.38 0.26 0 0.08 221.8 0.68 0.74
Hex 91 AC EA 26 1A 0 8 DE 44 4A
Octal 221 254 352 46 32 0 10 336 104 112
Binary 10010001 10101100 11101010 100110 11010 0 1000 11011110 1000100 1001010

Color Harmonies of #91ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACEA

Black with #91ACEA

Text Example


Text Example

White with #91ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,172,234); }

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

background-color css

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

 a { background-color: rgb(145,172,234); }

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

border-color css

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

 span { border-color: rgb(145,172,234); }

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