Html Css Color HEX #90B7EA Jordy Blue

📋 copy color: '#90B7EA'

red 144 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #90B7EA

Tints of Jordy Blue #90B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.62%

 BLUE value IS 234 (91.8% from 255) = 41.71%

R = 25.67%
G = 32.62%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90B7EA (or 0x90B7EA) is known color: Jordy Blue. HEX triplet: 90, B7 and EA. RGB value is (144,183,234). Sum of RGB (Red+Green+Blue) = 144+183+234=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #90B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B7EA is #6F4815. Grayscale: #B0B0B0. Windows color (decimal): -7292950 or 15382416. OLE color: 15382416.

HSL color Cylindrical-coordinate representation of color #90B7EA: hue angle of 214º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90B7EA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 183 234 -
CMYK 0.38 0.22 0 0.08
HSL 214º 0.68% 0.74% -
HSV(B) 214º 0.38% 0.92% -
XYZ 43.29 45.74 84.39 -
YUV 177.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 144 183 234 0.38 0.22 0 0.08 214 0.68 0.74
Hex 90 B7 EA 26 16 0 8 D6 44 4A
Octal 220 267 352 46 26 0 10 326 104 112
Binary 10010000 10110111 11101010 100110 10110 0 1000 11010110 1000100 1001010

Color Harmonies of #90B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B7EA

Black with #90B7EA

Text Example


Text Example

White with #90B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,183,234); }

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

background-color css

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

 a { background-color: rgb(144,183,234); }

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

border-color css

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

 span { border-color: rgb(144,183,234); }

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