Html Css Color HEX #90ADF1 Jordy Blue

📋 copy color: '#90ADF1'

red 144 ◦ green 173 ◦ blue 241

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

Shades of Jordy Blue #90ADF1

Tints of Jordy Blue #90ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.19%

R = 25.81%
G = 31%
B = 43.19%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90ADF1 (or 0x90ADF1) is known color: Jordy Blue. HEX triplet: 90, AD and F1. RGB value is (144,173,241). Sum of RGB (Red+Green+Blue) = 144+173+241=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #90ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADF1 is #6F520E. Grayscale: #ABABAB. Windows color (decimal): -7295503 or 15838608. OLE color: 15838608.

HSL color Cylindrical-coordinate representation of color #90ADF1: hue angle of 222.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90ADF1 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 173 241 -
CMYK 0.40 0.28 0 0.05
HSL 222.06º 0.78% 0.75% -
HSV(B) 222.06º 0.4% 0.95% -
XYZ 42.32 42.17 89.13 -
YUV 172.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 144 173 241 0.40 0.28 0 0.05 222.06 0.78 0.75
Hex 90 AD F1 28 1C 0 5 DE 4E 4B
Octal 220 255 361 50 34 0 5 336 116 113
Binary 10010000 10101101 11110001 101000 11100 0 101 11011110 1001110 1001011

Color Harmonies of #90ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADF1

Black with #90ADF1

Text Example


Text Example

White with #90ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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