#92CEF1

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

Shades of Cornflower #92CEF1

Tints of Cornflower #92CEF1

Color information

#92CEF1 (or 0x92CEF1) is unknown color: approx Cornflower. HEX triplet: 92, CE and F1. RGB value is (146,206,241). Sum of RGB (Red+Green+Blue) = 146+206+241=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #92CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CEF1 is #6D310E. Grayscale: #BFBFBF. Windows color (decimal): -7155983 or 15847058. OLE color: 15847058.

HSL color Cylindrical-coordinate representation of color #92CEF1: hue angle of 202.11º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92CEF1 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146206241-
CMYK0.390.1500.05
HSL202.11º77.24%75.88%-
HSV(B)202.11º39.42%94.51%-
XYZ49.856.691.52-
YUV192.05155.6295.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.62%
GREEN value IS 206 (80.86% from 255) = 34.74%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=24.62%
G=34.74%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462062410.390.1500.05202.1177.2475.88
Hex92CEF127F05ca4d4c
Octal222316361471705312115114
Binary100100101100111011110001100111111101011100101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,206,241); }

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

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

 a { background-color: rgb(146,206,241); }

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

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

 span { border-color: rgb(146,206,241); }

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