Html Css Color HEX #90AEEC Jordy Blue

📋 copy color: '#90AEEC'

red 144 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #90AEEC

Tints of Jordy Blue #90AEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 25.99%
G = 31.41%
B = 42.6%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90AEEC (or 0x90AEEC) is known color: Jordy Blue. HEX triplet: 90, AE and EC. RGB value is (144,174,236). Sum of RGB (Red+Green+Blue) = 144+174+236=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #90AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AEEC is #6F5113. Grayscale: #ABABAB. Windows color (decimal): -7295252 or 15511184. OLE color: 15511184.

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

Color convert

RGB 144 174 236 -
CMYK 0.39 0.26 0 0.07
HSL 220.43º 0.71% 0.75% -
HSV(B) 220.43º 0.39% 0.93% -
XYZ 41.78 42.26 85.31 -
YUV 172.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 144 174 236 0.39 0.26 0 0.07 220.43 0.71 0.75
Hex 90 AE EC 27 1A 0 7 DC 47 4B
Octal 220 256 354 47 32 0 7 334 107 113
Binary 10010000 10101110 11101100 100111 11010 0 111 11011100 1000111 1001011

Color Harmonies of #90AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AEEC

Black with #90AEEC

Text Example


Text Example

White with #90AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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