#90BFF1

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

Shades of Cornflower #90BFF1

Tints of Cornflower #90BFF1

Color information

#90BFF1 (or 0x90BFF1) is unknown color: approx Cornflower. HEX triplet: 90, BF and F1. RGB value is (144,191,241). Sum of RGB (Red+Green+Blue) = 144+191+241=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #90BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFF1 is #6F400E. Grayscale: #B6B6B6. Windows color (decimal): -7290895 or 15843216. OLE color: 15843216.

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

Color convert

RGB144191241-
CMYK0.400.2100.05
HSL210.93º77.6%75.49%-
HSV(B)210.93º40.25%94.51%-
XYZ46.0149.5490.36-
YUV182.65160.93100.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 241 (94.53% from 255) = 41.84%
R=25%
G=33.16%
B=41.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441912410.400.2100.05210.9377.675.49
Hex90BFF1281505d34e4b
Octal220277361502505323116113
Binary1001000010111111111100011010001010101011101001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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