Html Css Color HEX #90B7E1 Jordy Blue

📋 copy color: '#90B7E1'

red 144 ◦ green 183 ◦ blue 225

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

Shades of Jordy Blue #90B7E1

Tints of Jordy Blue #90B7E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 26.09%
G = 33.15%
B = 40.76%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#90B7E1 (or 0x90B7E1) is known color: Jordy Blue. HEX triplet: 90, B7 and E1. RGB value is (144,183,225). Sum of RGB (Red+Green+Blue) = 144+183+225=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #90B7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7E1 is #6F481E. Grayscale: #AFAFAF. Windows color (decimal): -7292959 or 14792592. OLE color: 14792592.

HSL color Cylindrical-coordinate representation of color #90B7E1: hue angle of 211.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90B7E1 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 183 225 -
CMYK 0.36 0.19 0 0.12
HSL 211.11º 0.57% 0.72% -
HSV(B) 211.11º 0.36% 0.88% -
XYZ 42.03 45.23 77.75 -
YUV 176.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 144 183 225 0.36 0.19 0 0.12 211.11 0.57 0.72
Hex 90 B7 E1 24 13 0 C D3 39 48
Octal 220 267 341 44 23 0 14 323 71 110
Binary 10010000 10110111 11100001 100100 10011 0 1100 11010011 111001 1001000

Color Harmonies of #90B7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B7E1

Black with #90B7E1

Text Example


Text Example

White with #90B7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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