#90C8F1

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

Shades of Cornflower #90C8F1

Tints of Cornflower #90C8F1

Color information

#90C8F1 (or 0x90C8F1) is unknown color: approx Cornflower. HEX triplet: 90, C8 and F1. RGB value is (144,200,241). Sum of RGB (Red+Green+Blue) = 144+200+241=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #90C8F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C8F1 is #6F370E. Grayscale: #BBBBBB. Windows color (decimal): -7288591 or 15845520. OLE color: 15845520.

HSL color Cylindrical-coordinate representation of color #90C8F1: hue angle of 205.36º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90C8F1 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144200241-
CMYK0.400.1700.05
HSL205.36º77.6%75.49%-
HSV(B)205.36º40.25%94.51%-
XYZ48.0353.5991.03-
YUV187.93157.9596.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.62%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=24.62%
G=34.19%
B=41.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442002410.400.1700.05205.3677.675.49
Hex90C8F1281105cd4e4b
Octal220310361502105315116113
Binary1001000011001000111100011010001000101011100110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,241); }

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

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

 a { background-color: rgb(144,200,241); }

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

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

 span { border-color: rgb(144,200,241); }

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