#92BEE1

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

Shades of Cornflower #92BEE1

Tints of Cornflower #92BEE1

Color information

#92BEE1 (or 0x92BEE1) is unknown color: approx Cornflower. HEX triplet: 92, BE and E1. RGB value is (146,190,225). Sum of RGB (Red+Green+Blue) = 146+190+225=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 225 (88.28% from 255 or 40.11% from 561); Max value from RGB is 225 - color contains mainly: blue. Hex color #92BEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BEE1 is #6D411E. Grayscale: #B4B4B4. Windows color (decimal): -7160095 or 14794386. OLE color: 14794386.

HSL color Cylindrical-coordinate representation of color #92BEE1: hue angle of 206.58º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92BEE1 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146190225-
CMYK0.350.1600.12
HSL206.58º56.83%72.75%-
HSV(B)206.58º35.11%88.24%-
XYZ43.8648.3778.26-
YUV180.83152.92103.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.02%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 225 (88.28% from 255) = 40.11%
R=26.02%
G=33.87%
B=40.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461902250.350.1600.12206.5856.8372.75
Hex92BEE123100Ccf3949
Octal222276341432001431771111
Binary1001001010111110111000011000111000001100110011111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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