#92DCF3

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

Shades of Columbia Blue #92DCF3

Tints of Columbia Blue #92DCF3

Color information

#92DCF3 (or 0x92DCF3) is unknown color: approx Columbia Blue. HEX triplet: 92, DC and F3. RGB value is (146,220,243). Sum of RGB (Red+Green+Blue) = 146+220+243=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #92DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCF3 is #6D230C. Grayscale: #C8C8C8. Windows color (decimal): -7152397 or 15981714. OLE color: 15981714.

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

Color convert

RGB146220243-
CMYK0.400.0900.05
HSL194.23º80.17%76.27%-
HSV(B)194.23º39.92%95.29%-
XYZ53.6263.7794.28-
YUV200.5151.9889.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.97%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 243 (95.31% from 255) = 39.90%
R=23.97%
G=36.12%
B=39.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462202430.400.0900.05194.2380.1776.27
Hex92DCF328905c2504c
Octal222334363501105302120114
Binary100100101101110011110011101000100101011100001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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