Html Css Color HEX #90ACEF Jordy Blue

📋 copy color: '#90ACEF'

red 144 ◦ green 172 ◦ blue 239

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

Shades of Jordy Blue #90ACEF

Tints of Jordy Blue #90ACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.06%

R = 25.95%
G = 30.99%
B = 43.06%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90ACEF (or 0x90ACEF) is known color: Jordy Blue. HEX triplet: 90, AC and EF. RGB value is (144,172,239). Sum of RGB (Red+Green+Blue) = 144+172+239=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #90ACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ACEF is #6F5310. Grayscale: #AAAAAA. Windows color (decimal): -7295761 or 15707280. OLE color: 15707280.

HSL color Cylindrical-coordinate representation of color #90ACEF: hue angle of 222.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90ACEF is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 172 239 -
CMYK 0.40 0.28 0 0.06
HSL 222.32º 0.75% 0.75% -
HSV(B) 222.32º 0.4% 0.94% -
XYZ 41.83 41.67 87.5 -
YUV 171.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 144 172 239 0.40 0.28 0 0.06 222.32 0.75 0.75
Hex 90 AC EF 28 1C 0 6 DE 4B 4B
Octal 220 254 357 50 34 0 6 336 113 113
Binary 10010000 10101100 11101111 101000 11100 0 110 11011110 1001011 1001011

Color Harmonies of #90ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ACEF

Black with #90ACEF

Text Example


Text Example

White with #90ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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