#92BEEB

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

Shades of Cornflower #92BEEB

Tints of Cornflower #92BEEB

Color information

#92BEEB (or 0x92BEEB) is unknown color: approx Cornflower. HEX triplet: 92, BE and EB. RGB value is (146,190,235). Sum of RGB (Red+Green+Blue) = 146+190+235=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #92BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BEEB is #6D4114. Grayscale: #B5B5B5. Windows color (decimal): -7160085 or 15449746. OLE color: 15449746.

HSL color Cylindrical-coordinate representation of color #92BEEB: hue angle of 210.34º 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 #92BEEB is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146190235-
CMYK0.380.1900.08
HSL210.34º68.99%74.71%-
HSV(B)210.34º37.87%92.16%-
XYZ45.2648.9485.66-
YUV181.97157.92102.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.57%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=25.57%
G=33.27%
B=41.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461902350.380.1900.08210.3468.9974.71
Hex92BEEB261308d2454b
Octal2222763534623010322105113
Binary10010010101111101110101110011010011010001101001010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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