#92CFF2

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

Shades of Cornflower #92CFF2

Tints of Cornflower #92CFF2

Color information

#92CFF2 (or 0x92CFF2) is unknown color: approx Cornflower. HEX triplet: 92, CF and F2. RGB value is (146,207,242). Sum of RGB (Red+Green+Blue) = 146+207+242=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #92CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CFF2 is #6D300D. Grayscale: #C0C0C0. Windows color (decimal): -7155726 or 15912850. OLE color: 15912850.

HSL color Cylindrical-coordinate representation of color #92CFF2: hue angle of 201.88º degrees, saturation: 0.79, 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 #92CFF2 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146207242-
CMYK0.400.1400.05
HSL201.88º78.69%76.08%-
HSV(B)201.88º39.67%94.9%-
XYZ50.1957.1592.39-
YUV192.75155.7994.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.54%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=24.54%
G=34.79%
B=40.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462072420.400.1400.05201.8878.6976.08
Hex92CFF228E05ca4f4c
Octal222317362501605312117114
Binary100100101100111111110010101000111001011100101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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