#92CDEB

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

Shades of Cornflower #92CDEB

Tints of Cornflower #92CDEB

Color information

#92CDEB (or 0x92CDEB) is unknown color: approx Cornflower. HEX triplet: 92, CD and EB. RGB value is (146,205,235). Sum of RGB (Red+Green+Blue) = 146+205+235=586 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.91% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #92CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDEB is #6D3214. Grayscale: #BEBEBE. Windows color (decimal): -7156245 or 15453586. OLE color: 15453586.

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

Color convert

RGB146205235-
CMYK0.380.1300.08
HSL200.22º68.99%74.71%-
HSV(B)200.22º37.87%92.16%-
XYZ48.6855.7786.8-
YUV190.78152.9596.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.91%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 235 (92.19% from 255) = 40.10%
R=24.91%
G=34.98%
B=40.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462052350.380.1300.08200.2268.9974.71
Hex92CDEB26D08c8454b
Octal2223153534615010310105113
Binary1001001011001101111010111001101101010001100100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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