#92CDF3

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

Shades of Cornflower #92CDF3

Tints of Cornflower #92CDF3

Color information

#92CDF3 (or 0x92CDF3) is unknown color: approx Cornflower. HEX triplet: 92, CD and F3. RGB value is (146,205,243). Sum of RGB (Red+Green+Blue) = 146+205+243=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #92CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDF3 is #6D320C. Grayscale: #BFBFBF. Windows color (decimal): -7156237 or 15977874. OLE color: 15977874.

HSL color Cylindrical-coordinate representation of color #92CDF3: hue angle of 203.51º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92CDF3 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146205243-
CMYK0.400.1600.05
HSL203.51º80.17%76.27%-
HSV(B)203.51º39.92%95.29%-
XYZ49.8656.2493.02-
YUV191.69156.9595.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.58%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=24.58%
G=34.51%
B=40.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462052430.400.1600.05203.5180.1776.27
Hex92CDF3281005cc504c
Octal222315363502005314120114
Binary1001001011001101111100111010001000001011100110010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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