Html Css Color HEX #90ABEB Jordy Blue

📋 copy color: '#90ABEB'

red 144 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #90ABEB

Tints of Jordy Blue #90ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 26.18%
G = 31.09%
B = 42.73%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90ABEB (or 0x90ABEB) is known color: Jordy Blue. HEX triplet: 90, AB and EB. RGB value is (144,171,235). Sum of RGB (Red+Green+Blue) = 144+171+235=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #90ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ABEB is #6F5414. Grayscale: #A9A9A9. Windows color (decimal): -7296021 or 15444880. OLE color: 15444880.

HSL color Cylindrical-coordinate representation of color #90ABEB: hue angle of 222.2º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ABEB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 171 235 -
CMYK 0.39 0.27 0 0.08
HSL 222.2º 0.69% 0.74% -
HSV(B) 222.2º 0.39% 0.92% -
XYZ 41.06 41.05 84.36 -
YUV 170.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 144 171 235 0.39 0.27 0 0.08 222.2 0.69 0.74
Hex 90 AB EB 27 1B 0 8 DE 45 4A
Octal 220 253 353 47 33 0 10 336 105 112
Binary 10010000 10101011 11101011 100111 11011 0 1000 11011110 1000101 1001010

Color Harmonies of #90ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABEB

Black with #90ABEB

Text Example


Text Example

White with #90ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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