Html Css Color HEX #90B4EE Jordy Blue

📋 copy color: '#90B4EE'

red 144 ◦ green 180 ◦ blue 238

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

Shades of Jordy Blue #90B4EE

Tints of Jordy Blue #90B4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 25.62%
G = 32.03%
B = 42.35%

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

#90B4EE (or 0x90B4EE) is known color: Jordy Blue. HEX triplet: 90, B4 and EE. RGB value is (144,180,238). Sum of RGB (Red+Green+Blue) = 144+180+238=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #90B4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B4EE is #6F4B11. Grayscale: #AFAFAF. Windows color (decimal): -7293714 or 15643792. OLE color: 15643792.

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

Color convert

RGB 144 180 238 -
CMYK 0.39 0.24 0 0.07
HSL 217.02º 0.73% 0.75% -
HSV(B) 217.02º 0.39% 0.93% -
XYZ 43.26 44.74 87.25 -
YUV 175.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 144 180 238 0.39 0.24 0 0.07 217.02 0.73 0.75
Hex 90 B4 EE 27 18 0 7 D9 49 4B
Octal 220 264 356 47 30 0 7 331 111 113
Binary 10010000 10110100 11101110 100111 11000 0 111 11011001 1001001 1001011

Color Harmonies of #90B4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B4EE

Black with #90B4EE

Text Example


Text Example

White with #90B4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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