Html Css Color HEX #90B5EF Jordy Blue

📋 copy color: '#90B5EF'

red 144 ◦ green 181 ◦ blue 239

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

Shades of Jordy Blue #90B5EF

Tints of Jordy Blue #90B5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 25.53%
G = 32.09%
B = 42.38%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90B5EF (or 0x90B5EF) is known color: Jordy Blue. HEX triplet: 90, B5 and EF. RGB value is (144,181,239). Sum of RGB (Red+Green+Blue) = 144+181+239=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #90B5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5EF is #6F4A10. Grayscale: #B0B0B0. Windows color (decimal): -7293457 or 15709584. OLE color: 15709584.

HSL color Cylindrical-coordinate representation of color #90B5EF: hue angle of 216.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90B5EF is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 181 239 -
CMYK 0.40 0.24 0 0.06
HSL 216.63º 0.75% 0.75% -
HSV(B) 216.63º 0.4% 0.94% -
XYZ 43.61 45.21 88.09 -
YUV 176.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 144 181 239 0.40 0.24 0 0.06 216.63 0.75 0.75
Hex 90 B5 EF 28 18 0 6 D9 4B 4B
Octal 220 265 357 50 30 0 6 331 113 113
Binary 10010000 10110101 11101111 101000 11000 0 110 11011001 1001011 1001011

Color Harmonies of #90B5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B5EF

Black with #90B5EF

Text Example


Text Example

White with #90B5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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