Html Css Color HEX #90ADED Jordy Blue

📋 copy color: '#90ADED'

red 144 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #90ADED

Tints of Jordy Blue #90ADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 25.99%
G = 31.23%
B = 42.78%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90ADED (or 0x90ADED) is known color: Jordy Blue. HEX triplet: 90, AD and ED. RGB value is (144,173,237). Sum of RGB (Red+Green+Blue) = 144+173+237=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #90ADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADED is #6F5212. Grayscale: #ABABAB. Windows color (decimal): -7295507 or 15576464. OLE color: 15576464.

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

Color convert

RGB 144 173 237 -
CMYK 0.39 0.27 0 0.07
HSL 221.29º 0.72% 0.75% -
HSV(B) 221.29º 0.39% 0.93% -
XYZ 41.73 41.93 86.01 -
YUV 171.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 144 173 237 0.39 0.27 0 0.07 221.29 0.72 0.75
Hex 90 AD ED 27 1B 0 7 DD 48 4B
Octal 220 255 355 47 33 0 7 335 110 113
Binary 10010000 10101101 11101101 100111 11011 0 111 11011101 1001000 1001011

Color Harmonies of #90ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADED

Black with #90ADED

Text Example


Text Example

White with #90ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,173,237); }

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

background-color css

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

 a { background-color: rgb(144,173,237); }

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

border-color css

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

 span { border-color: rgb(144,173,237); }

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