Html Css Color HEX #90ACE9 Jordy Blue

📋 copy color: '#90ACE9'

red 144 ◦ green 172 ◦ blue 233

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

Shades of Jordy Blue #90ACE9

Tints of Jordy Blue #90ACE9

RGB

 RED value IS 144 (56.64% from 255) = 26.23%

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

 BLUE value IS 233 (91.41% from 255) = 42.44%

R = 26.23%
G = 31.33%
B = 42.44%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#90ACE9 (or 0x90ACE9) is known color: Jordy Blue. HEX triplet: 90, AC and E9. RGB value is (144,172,233). Sum of RGB (Red+Green+Blue) = 144+172+233=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #90ACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACE9 is #6F5316. Grayscale: #AAAAAA. Windows color (decimal): -7295767 or 15314064. OLE color: 15314064.

HSL color Cylindrical-coordinate representation of color #90ACE9: hue angle of 221.12º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90ACE9 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 172 233 -
CMYK 0.38 0.26 0 0.09
HSL 221.12º 0.67% 0.74% -
HSV(B) 221.12º 0.38% 0.91% -
XYZ 40.96 41.32 82.91 -
YUV 170.58 163.22 109.04 -
System Red Green Blue C M Y K H S L
Decimal 144 172 233 0.38 0.26 0 0.09 221.12 0.67 0.74
Hex 90 AC E9 26 1A 0 9 DD 43 4A
Octal 220 254 351 46 32 0 11 335 103 112
Binary 10010000 10101100 11101001 100110 11010 0 1001 11011101 1000011 1001010

Color Harmonies of #90ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACE9

Black with #90ACE9

Text Example


Text Example

White with #90ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90ACE9; }

 p { color: rgb(144,172,233); }

 H1.HeaderClassName
 {
   color: #90ACE9;
 }
 .AnyTagClassName
 {
   color: #90ACE9;
 }
</style>

background-color css

<style>
 a { background-color: #90ACE9; }

 a { background-color: rgb(144,172,233); }

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

border-color css

<style>
 span { border-color: #90ACE9; }

 span { border-color: rgb(144,172,233); }

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