Html Css Color HEX #90BADC Cornflower

📋 copy color: '#90BADC'

red 144 ◦ green 186 ◦ blue 220

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

Shades of Cornflower #90BADC

Tints of Cornflower #90BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.82%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 26.18%
G = 33.82%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90BADC (or 0x90BADC) is known color: Cornflower. HEX triplet: 90, BA and DC. RGB value is (144,186,220). Sum of RGB (Red+Green+Blue) = 144+186+220=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #90BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BADC is #6F4523. Grayscale: #B1B1B1. Windows color (decimal): -7292196 or 14465680. OLE color: 14465680.

HSL color Cylindrical-coordinate representation of color #90BADC: hue angle of 206.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BADC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 186 220 -
CMYK 0.35 0.15 0 0.14
HSL 206.84º 0.52% 0.71% -
HSV(B) 206.84º 0.35% 0.86% -
XYZ 41.98 46.21 74.42 -
YUV 177.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 144 186 220 0.35 0.15 0 0.14 206.84 0.52 0.71
Hex 90 BA DC 23 F 0 E CF 34 47
Octal 220 272 334 43 17 0 16 317 64 107
Binary 10010000 10111010 11011100 100011 1111 0 1110 11001111 110100 1000111

Color Harmonies of #90BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BADC

Black with #90BADC

Text Example


Text Example

White with #90BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,186,220); }

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

background-color css

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

 a { background-color: rgb(144,186,220); }

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

border-color css

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

 span { border-color: rgb(144,186,220); }

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