Html Css Color HEX #90B5ED Jordy Blue

📋 copy color: '#90B5ED'

red 144 ◦ green 181 ◦ blue 237

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

Shades of Jordy Blue #90B5ED

Tints of Jordy Blue #90B5ED

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.21%

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 25.62%
G = 32.21%
B = 42.17%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90B5ED (or 0x90B5ED) is known color: Jordy Blue. HEX triplet: 90, B5 and ED. RGB value is (144,181,237). Sum of RGB (Red+Green+Blue) = 144+181+237=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #90B5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5ED is #6F4A12. Grayscale: #B0B0B0. Windows color (decimal): -7293459 or 15578512. OLE color: 15578512.

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

Color convert

RGB 144 181 237 -
CMYK 0.39 0.24 0 0.07
HSL 216.13º 0.72% 0.75% -
HSV(B) 216.13º 0.39% 0.93% -
XYZ 43.31 45.09 86.54 -
YUV 176.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 144 181 237 0.39 0.24 0 0.07 216.13 0.72 0.75
Hex 90 B5 ED 27 18 0 7 D8 48 4B
Octal 220 265 355 47 30 0 7 330 110 113
Binary 10010000 10110101 11101101 100111 11000 0 111 11011000 1001000 1001011

Color Harmonies of #90B5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B5ED

Black with #90B5ED

Text Example


Text Example

White with #90B5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,181,237); }

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

background-color css

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

 a { background-color: rgb(144,181,237); }

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

border-color css

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

 span { border-color: rgb(144,181,237); }

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