Html Css Color HEX #90ABEE Jordy Blue

📋 copy color: '#90ABEE'

red 144 ◦ green 171 ◦ blue 238

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

Shades of Jordy Blue #90ABEE

Tints of Jordy Blue #90ABEE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 26.04%
G = 30.92%
B = 43.04%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90ABEE (or 0x90ABEE) is known color: Jordy Blue. HEX triplet: 90, AB and EE. RGB value is (144,171,238). Sum of RGB (Red+Green+Blue) = 144+171+238=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #90ABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABEE is #6F5411. Grayscale: #AAAAAA. Windows color (decimal): -7296018 or 15641488. OLE color: 15641488.

HSL color Cylindrical-coordinate representation of color #90ABEE: hue angle of 222.77º degrees, saturation: 0.73, 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 #90ABEE is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 171 238 -
CMYK 0.39 0.28 0 0.07
HSL 222.77º 0.73% 0.75% -
HSV(B) 222.77º 0.39% 0.93% -
XYZ 41.5 41.23 86.66 -
YUV 170.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 144 171 238 0.39 0.28 0 0.07 222.77 0.73 0.75
Hex 90 AB EE 27 1C 0 7 DF 49 4B
Octal 220 253 356 47 34 0 7 337 111 113
Binary 10010000 10101011 11101110 100111 11100 0 111 11011111 1001001 1001011

Color Harmonies of #90ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABEE

Black with #90ABEE

Text Example


Text Example

White with #90ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,171,238); }

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

background-color css

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

 a { background-color: rgb(144,171,238); }

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

border-color css

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

 span { border-color: rgb(144,171,238); }

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