#92D9FB

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

Shades of Columbia Blue #92D9FB

Tints of Columbia Blue #92D9FB

Color information

#92D9FB (or 0x92D9FB) is unknown color: approx Columbia Blue. HEX triplet: 92, D9 and FB. RGB value is (146,217,251). Sum of RGB (Red+Green+Blue) = 146+217+251=614 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.78% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #92D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D9FB is #6D2604. Grayscale: #C7C7C7. Windows color (decimal): -7153157 or 16505234. OLE color: 16505234.

HSL color Cylindrical-coordinate representation of color #92D9FB: hue angle of 199.43º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92D9FB is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146217251-
CMYK0.420.1400.02
HSL199.43º92.92%77.84%-
HSV(B)199.43º41.83%98.43%-
XYZ54.0862.7100.52-
YUV199.65156.9889.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.78%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=23.78%
G=35.34%
B=40.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462172510.420.1400.02199.4392.9277.84
Hex92D9FB2AE02c75d4e
Octal222331373521602307135116
Binary10010010110110011111101110101011100101100011110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,251); }

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

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

 a { background-color: rgb(146,217,251); }

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

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

 span { border-color: rgb(146,217,251); }

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