Html Css Color HEX #90B8E1 Cornflower

📋 copy color: '#90B8E1'

red 144 ◦ green 184 ◦ blue 225

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

Shades of Cornflower #90B8E1

Tints of Cornflower #90B8E1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.27%

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

R = 26.04%
G = 33.27%
B = 40.69%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#90B8E1 (or 0x90B8E1) is known color: Cornflower. HEX triplet: 90, B8 and E1. RGB value is (144,184,225). Sum of RGB (Red+Green+Blue) = 144+184+225=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #90B8E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B8E1 is #6F471E. Grayscale: #B0B0B0. Windows color (decimal): -7292703 or 14792848. OLE color: 14792848.

HSL color Cylindrical-coordinate representation of color #90B8E1: hue angle of 210.37º 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 #90B8E1 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 184 225 -
CMYK 0.36 0.18 0 0.12
HSL 210.37º 0.57% 0.72% -
HSV(B) 210.37º 0.36% 0.88% -
XYZ 42.23 45.65 77.82 -
YUV 176.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 144 184 225 0.36 0.18 0 0.12 210.37 0.57 0.72
Hex 90 B8 E1 24 12 0 C D2 39 48
Octal 220 270 341 44 22 0 14 322 71 110
Binary 10010000 10111000 11100001 100100 10010 0 1100 11010010 111001 1001000

Color Harmonies of #90B8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B8E1

Black with #90B8E1

Text Example


Text Example

White with #90B8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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