#92BBEB

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

Shades of Cornflower #92BBEB

Tints of Cornflower #92BBEB

Color information

#92BBEB (or 0x92BBEB) is unknown color: approx Cornflower. HEX triplet: 92, BB and EB. RGB value is (146,187,235). Sum of RGB (Red+Green+Blue) = 146+187+235=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #92BBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BBEB is #6D4414. Grayscale: #B3B3B3. Windows color (decimal): -7160853 or 15448978. OLE color: 15448978.

HSL color Cylindrical-coordinate representation of color #92BBEB: hue angle of 212.36º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92BBEB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146187235-
CMYK0.380.2000.08
HSL212.36º68.99%74.71%-
HSV(B)212.36º37.87%92.16%-
XYZ44.6247.6585.44-
YUV180.21158.92103.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.70%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=25.70%
G=32.92%
B=41.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461872350.380.2000.08212.3668.9974.71
Hex92BBEB261408d4454b
Octal2222733534624010324105113
Binary10010010101110111110101110011010100010001101010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,235); }

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

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

 a { background-color: rgb(146,187,235); }

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

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

 span { border-color: rgb(146,187,235); }

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