Html Css Color HEX #90AEEA Jordy Blue

📋 copy color: '#90AEEA'

red 144 ◦ green 174 ◦ blue 234

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

Shades of Jordy Blue #90AEEA

Tints of Jordy Blue #90AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.52%

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 26.09%
G = 31.52%
B = 42.39%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90AEEA (or 0x90AEEA) is known color: Jordy Blue. HEX triplet: 90, AE and EA. RGB value is (144,174,234). Sum of RGB (Red+Green+Blue) = 144+174+234=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #90AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEEA is #6F5115. Grayscale: #ABABAB. Windows color (decimal): -7295254 or 15380112. OLE color: 15380112.

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

Color convert

RGB 144 174 234 -
CMYK 0.38 0.26 0 0.08
HSL 220º 0.68% 0.74% -
HSV(B) 220º 0.38% 0.92% -
XYZ 41.49 42.14 83.79 -
YUV 171.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 144 174 234 0.38 0.26 0 0.08 220 0.68 0.74
Hex 90 AE EA 26 1A 0 8 DC 44 4A
Octal 220 256 352 46 32 0 10 334 104 112
Binary 10010000 10101110 11101010 100110 11010 0 1000 11011100 1000100 1001010

Color Harmonies of #90AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEEA

Black with #90AEEA

Text Example


Text Example

White with #90AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,174,234); }

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

background-color css

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

 a { background-color: rgb(144,174,234); }

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

border-color css

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

 span { border-color: rgb(144,174,234); }

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