#90BCDF

Color #90BCDF Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #90BCDF

Tints of Cornflower #90BCDF

Color information

#90BCDF (or 0x90BCDF) is unknown color: approx Cornflower. HEX triplet: 90, BC and DF. RGB value is (144,188,223). Sum of RGB (Red+Green+Blue) = 144+188+223=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #90BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCDF is #6F4320. Grayscale: #B2B2B2. Windows color (decimal): -7291681 or 14662800. OLE color: 14662800.

HSL color Cylindrical-coordinate representation of color #90BCDF: hue angle of 206.58º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BCDF is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144188223-
CMYK0.350.1600.13
HSL206.58º55.24%71.96%-
HSV(B)206.58º35.43%87.45%-
XYZ42.847.2276.67-
YUV178.83152.92103.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=25.95%
G=33.87%
B=40.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441882230.350.1600.13206.5855.2471.96
Hex90BCDF23100Dcf3748
Octal220274337432001531767110
Binary1001000010111100110111111000111000001101110011111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,188,223); }

 H1.HeaderClassName
 {
   color: #90BCDF;
 }
 .AnyTagClassName
 {
   color: #90BCDF;
 }
</style>
background-color css

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

 a { background-color: rgb(144,188,223); }

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

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

 span { border-color: rgb(144,188,223); }

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