#92BFD7

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

Shades of Cornflower #92BFD7

Tints of Cornflower #92BFD7

Color information

#92BFD7 (or 0x92BFD7) is unknown color: approx Cornflower. HEX triplet: 92, BF and D7. RGB value is (146,191,215). Sum of RGB (Red+Green+Blue) = 146+191+215=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 215 - color contains mainly: blue. Hex color #92BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BFD7 is #6D4028. Grayscale: #B4B4B4. Windows color (decimal): -7159849 or 14139282. OLE color: 14139282.

HSL color Cylindrical-coordinate representation of color #92BFD7: hue angle of 200.87º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92BFD7 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146191215-
CMYK0.320.1100.16
HSL200.87º46.31%70.78%-
HSV(B)200.87º32.09%84.31%-
XYZ42.7548.2871.36-
YUV180.28147.59103.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.45%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 215 (84.38% from 255) = 38.95%
R=26.45%
G=34.60%
B=38.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461912150.320.1100.16200.8746.3170.78
Hex92BFD720B010c92e47
Octal222277327401302031156107
Binary1001001010111111110101111000001011010000110010011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BFD7; }

 p { color: rgb(146,191,215); }

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

<style>
 a { background-color: #92BFD7; }

 a { background-color: rgb(146,191,215); }

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

<style>
 span { border-color: #92BFD7; }

 span { border-color: rgb(146,191,215); }

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