#92CBE1

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

Shades of Cornflower #92CBE1

Tints of Cornflower #92CBE1

Color information

#92CBE1 (or 0x92CBE1) is unknown color: approx Cornflower. HEX triplet: 92, CB and E1. RGB value is (146,203,225). Sum of RGB (Red+Green+Blue) = 146+203+225=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #92CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CBE1 is #6D341E. Grayscale: #BCBCBC. Windows color (decimal): -7156767 or 14797714. OLE color: 14797714.

HSL color Cylindrical-coordinate representation of color #92CBE1: hue angle of 196.71º 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 #92CBE1 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146203225-
CMYK0.350.1000.12
HSL196.71º56.83%72.75%-
HSV(B)196.71º35.11%88.24%-
XYZ46.854.2679.24-
YUV188.46148.6297.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.44%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=25.44%
G=35.37%
B=39.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1462032250.350.1000.12196.7156.8372.75
Hex92CBE123A0Cc53949
Octal222313341431201430571111
Binary100100101100101111100001100011101001100110001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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