Html Css Color HEX #90ABEC Jordy Blue

📋 copy color: '#90ABEC'

red 144 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #90ABEC

Tints of Jordy Blue #90ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 26.13%
G = 31.03%
B = 42.83%

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

#90ABEC (or 0x90ABEC) is known color: Jordy Blue. HEX triplet: 90, AB and EC. RGB value is (144,171,236). Sum of RGB (Red+Green+Blue) = 144+171+236=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #90ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABEC is #6F5413. Grayscale: #AAAAAA. Windows color (decimal): -7296020 or 15510416. OLE color: 15510416.

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

Color convert

RGB 144 171 236 -
CMYK 0.39 0.28 0 0.07
HSL 222.39º 0.71% 0.75% -
HSV(B) 222.39º 0.39% 0.93% -
XYZ 41.2 41.11 85.12 -
YUV 170.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 144 171 236 0.39 0.28 0 0.07 222.39 0.71 0.75
Hex 90 AB EC 27 1C 0 7 DE 47 4B
Octal 220 253 354 47 34 0 7 336 107 113
Binary 10010000 10101011 11101100 100111 11100 0 111 11011110 1000111 1001011

Color Harmonies of #90ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABEC

Black with #90ABEC

Text Example


Text Example

White with #90ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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