#92DDFF

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

Shades of Columbia Blue #92DDFF

Tints of Columbia Blue #92DDFF

Color information

#92DDFF (or 0x92DDFF) is unknown color: approx Columbia Blue. HEX triplet: 92, DD and FF. RGB value is (146,221,255). Sum of RGB (Red+Green+Blue) = 146+221+255=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #92DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDFF is #6D2200. Grayscale: #CACACA. Windows color (decimal): -7152129 or 16768402. OLE color: 16768402.

HSL color Cylindrical-coordinate representation of color #92DDFF: hue angle of 198.72º 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 #92DDFF is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB146221255-
CMYK0.430.1300
HSL198.72º100%78.63%-
HSV(B)198.72º42.75%100%-
XYZ55.7665.04104.22-
YUV202.45157.6587.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.47%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 255 (100% from 255) = 41.00%
R=23.47%
G=35.53%
B=41.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462212550.430.1300198.7210078.63
Hex92DDFF2BD00c7644f
Octal222335377531500307144117
Binary1001001011011101111111111010111101001100011111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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