Html Css Color HEX #90AFE6 Jordy Blue

📋 copy color: '#90AFE6'

red 144 ◦ green 175 ◦ blue 230

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

Shades of Jordy Blue #90AFE6

Tints of Jordy Blue #90AFE6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.88%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 26.23%
G = 31.88%
B = 41.89%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#90AFE6 (or 0x90AFE6) is known color: Jordy Blue. HEX triplet: 90, AF and E6. RGB value is (144,175,230). Sum of RGB (Red+Green+Blue) = 144+175+230=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #90AFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFE6 is #6F5019. Grayscale: #ABABAB. Windows color (decimal): -7295002 or 15118224. OLE color: 15118224.

HSL color Cylindrical-coordinate representation of color #90AFE6: hue angle of 218.37º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90AFE6 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 144 175 230 -
CMYK 0.37 0.24 0 0.10
HSL 218.37º 0.63% 0.73% -
HSV(B) 218.37º 0.37% 0.9% -
XYZ 41.11 42.3 80.86 -
YUV 172 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 144 175 230 0.37 0.24 0 0.10 218.37 0.63 0.73
Hex 90 AF E6 25 18 0 A DA 3F 49
Octal 220 257 346 45 30 0 12 332 77 111
Binary 10010000 10101111 11100110 100101 11000 0 1010 11011010 111111 1001001

Color Harmonies of #90AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFE6

Black with #90AFE6

Text Example


Text Example

White with #90AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,175,230); }

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

background-color css

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

 a { background-color: rgb(144,175,230); }

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

border-color css

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

 span { border-color: rgb(144,175,230); }

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