Html Css Color HEX #90B1ED Jordy Blue

📋 copy color: '#90B1ED'

red 144 ◦ green 177 ◦ blue 237

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

Shades of Jordy Blue #90B1ED

Tints of Jordy Blue #90B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.72%

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 25.81%
G = 31.72%
B = 42.47%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90B1ED (or 0x90B1ED) is known color: Jordy Blue. HEX triplet: 90, B1 and ED. RGB value is (144,177,237). Sum of RGB (Red+Green+Blue) = 144+177+237=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #90B1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B1ED is #6F4E12. Grayscale: #ADADAD. Windows color (decimal): -7294483 or 15577488. OLE color: 15577488.

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

Color convert

RGB 144 177 237 -
CMYK 0.39 0.25 0 0.07
HSL 218.71º 0.72% 0.75% -
HSV(B) 218.71º 0.39% 0.93% -
XYZ 42.51 43.49 86.27 -
YUV 173.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 144 177 237 0.39 0.25 0 0.07 218.71 0.72 0.75
Hex 90 B1 ED 27 19 0 7 DB 48 4B
Octal 220 261 355 47 31 0 7 333 110 113
Binary 10010000 10110001 11101101 100111 11001 0 111 11011011 1001000 1001011

Color Harmonies of #90B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B1ED

Black with #90B1ED

Text Example


Text Example

White with #90B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,177,237); }

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

background-color css

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

 a { background-color: rgb(144,177,237); }

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

border-color css

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

 span { border-color: rgb(144,177,237); }

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