#92DAF5

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

Shades of Columbia Blue #92DAF5

Tints of Columbia Blue #92DAF5

Color information

#92DAF5 (or 0x92DAF5) is unknown color: approx Columbia Blue. HEX triplet: 92, DA and F5. RGB value is (146,218,245). Sum of RGB (Red+Green+Blue) = 146+218+245=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #92DAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAF5 is #6D250A. Grayscale: #C7C7C7. Windows color (decimal): -7152907 or 16112274. OLE color: 16112274.

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

Color convert

RGB146218245-
CMYK0.400.1100.04
HSL196.36º83.19%76.67%-
HSV(B)196.36º40.41%96.08%-
XYZ53.4162.8595.7-
YUV199.55153.6589.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.97%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 245 (96.09% from 255) = 40.23%
R=23.97%
G=35.80%
B=40.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462182450.400.1100.04196.3683.1976.67
Hex92DAF528B04c4534d
Octal222332365501304304123115
Binary100100101101101011110101101000101101001100010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,245); }

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

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

 a { background-color: rgb(146,218,245); }

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

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

 span { border-color: rgb(146,218,245); }

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