Html Css Color HEX #90B4EC Jordy Blue

📋 copy color: '#90B4EC'

red 144 ◦ green 180 ◦ blue 236

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

Shades of Jordy Blue #90B4EC

Tints of Jordy Blue #90B4EC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.14%

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

R = 25.71%
G = 32.14%
B = 42.14%

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

#90B4EC (or 0x90B4EC) is known color: Jordy Blue. HEX triplet: 90, B4 and EC. RGB value is (144,180,236). Sum of RGB (Red+Green+Blue) = 144+180+236=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #90B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B4EC is #6F4B13. Grayscale: #AFAFAF. Windows color (decimal): -7293716 or 15512720. OLE color: 15512720.

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

Color convert

RGB 144 180 236 -
CMYK 0.39 0.24 0 0.07
HSL 216.52º 0.71% 0.75% -
HSV(B) 216.52º 0.39% 0.93% -
XYZ 42.96 44.63 85.71 -
YUV 175.62 162.07 105.45 -
System Red Green Blue C M Y K H S L
Decimal 144 180 236 0.39 0.24 0 0.07 216.52 0.71 0.75
Hex 90 B4 EC 27 18 0 7 D9 47 4B
Octal 220 264 354 47 30 0 7 331 107 113
Binary 10010000 10110100 11101100 100111 11000 0 111 11011001 1000111 1001011

Color Harmonies of #90B4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B4EC

Black with #90B4EC

Text Example


Text Example

White with #90B4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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