Html Css Color HEX #90ADF2 Jordy Blue

📋 copy color: '#90ADF2'

red 144 ◦ green 173 ◦ blue 242

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

Shades of Jordy Blue #90ADF2

Tints of Jordy Blue #90ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.29%

R = 25.76%
G = 30.95%
B = 43.29%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90ADF2 (or 0x90ADF2) is known color: Jordy Blue. HEX triplet: 90, AD and F2. RGB value is (144,173,242). Sum of RGB (Red+Green+Blue) = 144+173+242=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 242 (94.92% from 255 or 43.29% from 559); Max value from RGB is 242 - color contains mainly: blue. Hex color #90ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90ADF2 is #6F520D. Grayscale: #ABABAB. Windows color (decimal): -7295502 or 15904144. OLE color: 15904144.

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

Color convert

RGB 144 173 242 -
CMYK 0.40 0.29 0 0.05
HSL 222.24º 0.79% 0.76% -
HSV(B) 222.24º 0.4% 0.95% -
XYZ 42.47 42.23 89.92 -
YUV 172.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 144 173 242 0.40 0.29 0 0.05 222.24 0.79 0.76
Hex 90 AD F2 28 1D 0 5 DE 4F 4C
Octal 220 255 362 50 35 0 5 336 117 114
Binary 10010000 10101101 11110010 101000 11101 0 101 11011110 1001111 1001100

Color Harmonies of #90ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ADF2

Black with #90ADF2

Text Example


Text Example

White with #90ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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