#92DBF6

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

Shades of Columbia Blue #92DBF6

Tints of Columbia Blue #92DBF6

Color information

#92DBF6 (or 0x92DBF6) is unknown color: approx Columbia Blue. HEX triplet: 92, DB and F6. RGB value is (146,219,246). Sum of RGB (Red+Green+Blue) = 146+219+246=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #92DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBF6 is #6D2409. Grayscale: #C8C8C8. Windows color (decimal): -7152650 or 16178066. OLE color: 16178066.

HSL color Cylindrical-coordinate representation of color #92DBF6: hue angle of 196.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92DBF6 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB146219246-
CMYK0.410.1100.04
HSL196.2º84.75%76.86%-
HSV(B)196.2º40.65%96.47%-
XYZ53.8263.4396.59-
YUV200.25153.8289.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.90%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=23.90%
G=35.84%
B=40.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462192460.410.1100.04196.284.7576.86
Hex92DBF629B04c4554d
Octal222333366511304304125115
Binary100100101101101111110110101001101101001100010010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,219,246); }

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

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

 a { background-color: rgb(146,219,246); }

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

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

 span { border-color: rgb(146,219,246); }

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