#90C7EA

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

Shades of Cornflower #90C7EA

Tints of Cornflower #90C7EA

Color information

#90C7EA (or 0x90C7EA) is unknown color: approx Cornflower. HEX triplet: 90, C7 and EA. RGB value is (144,199,234). Sum of RGB (Red+Green+Blue) = 144+199+234=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #90C7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7EA is #6F3815. Grayscale: #BABABA. Windows color (decimal): -7288854 or 15386512. OLE color: 15386512.

HSL color Cylindrical-coordinate representation of color #90C7EA: hue angle of 203.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90C7EA is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144199234-
CMYK0.380.1500.08
HSL203.33º68.18%74.12%-
HSV(B)203.33º38.46%91.76%-
XYZ46.7852.7285.55-
YUV186.54154.7897.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.96%
GREEN value IS 199 (78.12% from 255) = 34.49%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=24.96%
G=34.49%
B=40.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441992340.380.1500.08203.3368.1874.12
Hex90C7EA26F08cb444a
Octal2203073524617010313104112
Binary1001000011000111111010101001101111010001100101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,199,234); }

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

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

 a { background-color: rgb(144,199,234); }

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

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

 span { border-color: rgb(144,199,234); }

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