#91BFDF

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

Shades of Cornflower #91BFDF

Tints of Cornflower #91BFDF

Color information

#91BFDF (or 0x91BFDF) is unknown color: approx Cornflower. HEX triplet: 91, BF and DF. RGB value is (145,191,223). Sum of RGB (Red+Green+Blue) = 145+191+223=559 (74% of max value = 765). Red value is 145 (57.03% from 255 or 25.94% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #91BFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BFDF is #6E4020. Grayscale: #B4B4B4. Windows color (decimal): -7225377 or 14663569. OLE color: 14663569.

HSL color Cylindrical-coordinate representation of color #91BFDF: hue angle of 204.62º 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 #91BFDF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145191223-
CMYK0.350.1400.13
HSL204.62º54.93%72.16%-
HSV(B)204.62º34.98%87.45%-
XYZ43.6348.6176.9-
YUV180.89151.76102.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.94%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=25.94%
G=34.17%
B=39.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451912230.350.1400.13204.6254.9372.16
Hex91BFDF23E0Dcd3748
Octal221277337431601531567110
Binary100100011011111111011111100011111001101110011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BFDF; }

 p { color: rgb(145,191,223); }

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

<style>
 a { background-color: #91BFDF; }

 a { background-color: rgb(145,191,223); }

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

<style>
 span { border-color: #91BFDF; }

 span { border-color: rgb(145,191,223); }

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