#92DFF9

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

Shades of Columbia Blue #92DFF9

Tints of Columbia Blue #92DFF9

Color information

#92DFF9 (or 0x92DFF9) is unknown color: approx Columbia Blue. HEX triplet: 92, DF and F9. RGB value is (146,223,249). Sum of RGB (Red+Green+Blue) = 146+223+249=618 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.62% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #92DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DFF9 is #6D2006. Grayscale: #CACACA. Windows color (decimal): -7151623 or 16375698. OLE color: 16375698.

HSL color Cylindrical-coordinate representation of color #92DFF9: hue angle of 195.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92DFF9 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB146223249-
CMYK0.410.1000.02
HSL195.15º89.57%77.45%-
HSV(B)195.15º41.37%97.65%-
XYZ55.3465.7399.39-
YUV202.94153.9987.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.62%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=23.62%
G=36.08%
B=40.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1462232490.410.1000.02195.1589.5777.45
Hex92DFF929A02c35a4d
Octal222337371511202303132115
Binary10010010110111111111100110100110100101100001110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,249); }

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

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

 a { background-color: rgb(146,223,249); }

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

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

 span { border-color: rgb(146,223,249); }

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