#92CFED

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

Shades of Cornflower #92CFED

Tints of Cornflower #92CFED

Color information

#92CFED (or 0x92CFED) is unknown color: approx Cornflower. HEX triplet: 92, CF and ED. RGB value is (146,207,237). Sum of RGB (Red+Green+Blue) = 146+207+237=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #92CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CFED is #6D3012. Grayscale: #C0C0C0. Windows color (decimal): -7155731 or 15585170. OLE color: 15585170.

HSL color Cylindrical-coordinate representation of color #92CFED: hue angle of 199.78º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92CFED is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146207237-
CMYK0.380.1300.07
HSL199.78º71.65%75.1%-
HSV(B)199.78º38.4%92.94%-
XYZ49.4556.8588.49-
YUV192.18153.2995.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.75%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=24.75%
G=35.08%
B=40.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462072370.380.1300.07199.7871.6575.1
Hex92CFED26D07c8484b
Octal222317355461507310110113
Binary100100101100111111101101100110110101111100100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,207,237); }

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

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

 a { background-color: rgb(146,207,237); }

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

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

 span { border-color: rgb(146,207,237); }

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