#90BCF1

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

Shades of Cornflower #90BCF1

Tints of Cornflower #90BCF1

Color information

#90BCF1 (or 0x90BCF1) is unknown color: approx Cornflower. HEX triplet: 90, BC and F1. RGB value is (144,188,241). Sum of RGB (Red+Green+Blue) = 144+188+241=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 241 (94.53% from 255 or 42.06% from 573); Max value from RGB is 241 - color contains mainly: blue. Hex color #90BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCF1 is #6F430E. Grayscale: #B4B4B4. Windows color (decimal): -7291663 or 15842448. OLE color: 15842448.

HSL color Cylindrical-coordinate representation of color #90BCF1: hue angle of 212.78º 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 #90BCF1 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144188241-
CMYK0.400.2200.05
HSL212.78º77.6%75.49%-
HSV(B)212.78º40.25%94.51%-
XYZ45.3648.2590.14-
YUV180.89161.92101.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 241 (94.53% from 255) = 42.06%
R=25.13%
G=32.81%
B=42.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441882410.400.2200.05212.7877.675.49
Hex90BCF1281605d54e4b
Octal220274361502605325116113
Binary1001000010111100111100011010001011001011101010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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