#92DAFF

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

Shades of Columbia Blue #92DAFF

Tints of Columbia Blue #92DAFF

Color information

#92DAFF (or 0x92DAFF) is unknown color: approx Columbia Blue. HEX triplet: 92, DA and FF. RGB value is (146,218,255). Sum of RGB (Red+Green+Blue) = 146+218+255=619 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.59% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAFF is #6D2500. Grayscale: #C8C8C8. Windows color (decimal): -7152897 or 16767634. OLE color: 16767634.

HSL color Cylindrical-coordinate representation of color #92DAFF: hue angle of 200.37º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92DAFF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146218255-
CMYK0.430.1500
HSL200.37º100%78.63%-
HSV(B)200.37º42.75%100%-
XYZ54.9863.47103.96-
YUV200.69158.6588.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.59%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 255 (100% from 255) = 41.20%
R=23.59%
G=35.22%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462182550.430.1500200.3710078.63
Hex92DAFF2BF00c8644f
Octal222332377531700310144117
Binary1001001011011010111111111010111111001100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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