Html Css Color HEX #90ABEF Jordy Blue

📋 copy color: '#90ABEF'

red 144 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #90ABEF

Tints of Jordy Blue #90ABEF

RGB

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

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

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

R = 25.99%
G = 30.87%
B = 43.14%

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

#90ABEF (or 0x90ABEF) is known color: Jordy Blue. HEX triplet: 90, AB and EF. RGB value is (144,171,239). Sum of RGB (Red+Green+Blue) = 144+171+239=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #90ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABEF is #6F5410. Grayscale: #AAAAAA. Windows color (decimal): -7296017 or 15707024. OLE color: 15707024.

HSL color Cylindrical-coordinate representation of color #90ABEF: hue angle of 222.95º 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 #90ABEF is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 171 239 -
CMYK 0.40 0.28 0 0.06
HSL 222.95º 0.75% 0.75% -
HSV(B) 222.95º 0.4% 0.94% -
XYZ 41.64 41.29 87.44 -
YUV 170.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 144 171 239 0.40 0.28 0 0.06 222.95 0.75 0.75
Hex 90 AB EF 28 1C 0 6 DF 4B 4B
Octal 220 253 357 50 34 0 6 337 113 113
Binary 10010000 10101011 11101111 101000 11100 0 110 11011111 1001011 1001011

Color Harmonies of #90ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABEF

Black with #90ABEF

Text Example


Text Example

White with #90ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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